diff --git a/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111142553.yaml b/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111142553.yaml deleted file mode 100644 index f49a7bb..0000000 --- a/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111142553.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: backstage.io/v1alpha1 -kind: Location -metadata: - name: basic-example-templates - description: A collection of example templates -spec: - targets: - - ./basic/template.yaml - - ./argo-workflows/template.yaml - - ./app-with-bucket/template.yaml ---- -apiVersion: backstage.io/v1alpha1 -kind: Location -metadata: - name: basic-organization - description: Basic organization data -spec: - targets: - - ./organization/guests.yaml diff --git a/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145410.yaml b/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145410.yaml deleted file mode 100644 index ff05253..0000000 --- a/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145410.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: backstage.io/v1alpha1 -kind: Location -metadata: - name: basic-example-templates - description: A collection of example templates -spec: - targets: - - ./basic/template.yaml - - ./argo-workflows/template.yaml - - ./app-with-bucket/template.yaml - - ./app-with-bucket/template.yaml ---- -apiVersion: backstage.io/v1alpha1 -kind: Location -metadata: - name: basic-organization - description: Basic organization data -spec: - targets: - - ./organization/guests.yaml diff --git a/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145445.yaml b/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145445.yaml deleted file mode 100644 index f49a7bb..0000000 --- a/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145445.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: backstage.io/v1alpha1 -kind: Location -metadata: - name: basic-example-templates - description: A collection of example templates -spec: - targets: - - ./basic/template.yaml - - ./argo-workflows/template.yaml - - ./app-with-bucket/template.yaml ---- -apiVersion: backstage.io/v1alpha1 -kind: Location -metadata: - name: basic-organization - description: Basic organization data -spec: - targets: - - ./organization/guests.yaml diff --git a/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145519.yaml b/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145519.yaml deleted file mode 100644 index 740bc62..0000000 --- a/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145519.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: backstage.io/v1alpha1 -kind: Location -metadata: - name: basic-example-templates - description: A collection of example templates -spec: - targets: - - ./basic/template.yaml - - - ./basic/template.yaml - - ./argo-workflows/template.yaml - - ./app-with-bucket/template.yaml ---- -apiVersion: backstage.io/v1alpha1 -kind: Location -metadata: - name: basic-organization - description: Basic organization data -spec: - targets: - - ./organization/guests.yaml diff --git a/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145520.yaml b/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145520.yaml deleted file mode 100644 index 8e7eff6..0000000 --- a/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145520.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: backstage.io/v1alpha1 -kind: Location -metadata: - name: basic-example-templates - description: A collection of example templates -spec: - targets: - - ./basic/template.yaml - - - ./basic/template2.yaml - - ./argo-workflows/template.yaml - - ./app-with-bucket/template.yaml ---- -apiVersion: backstage.io/v1alpha1 -kind: Location -metadata: - name: basic-organization - description: Basic organization data -spec: - targets: - - ./organization/guests.yaml diff --git a/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145522.yaml b/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145522.yaml deleted file mode 100644 index 3bf5a42..0000000 --- a/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145522.yaml +++ /dev/null @@ -1,20 +0,0 @@ -apiVersion: backstage.io/v1alpha1 -kind: Location -metadata: - name: basic-example-templates - description: A collection of example templates -spec: - targets: - - ./basic/template.yaml - - ./basic/template2.yaml - - ./argo-workflows/template.yaml - - ./app-with-bucket/template.yaml ---- -apiVersion: backstage.io/v1alpha1 -kind: Location -metadata: - name: basic-organization - description: Basic organization data -spec: - targets: - - ./organization/guests.yaml diff --git a/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145551.yaml b/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145551.yaml deleted file mode 100644 index f49a7bb..0000000 --- a/.history/ref-implementation/backstage-templates/entities/catalog-info_20241111145551.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: backstage.io/v1alpha1 -kind: Location -metadata: - name: basic-example-templates - description: A collection of example templates -spec: - targets: - - ./basic/template.yaml - - ./argo-workflows/template.yaml - - ./app-with-bucket/template.yaml ---- -apiVersion: backstage.io/v1alpha1 -kind: Location -metadata: - name: basic-organization - description: Basic organization data -spec: - targets: - - ./organization/guests.yaml diff --git a/.history/ref-implementation/keycloak/manifests/install_20241111142553.yaml b/.history/ref-implementation/keycloak/manifests/install_20241111142553.yaml deleted file mode 100644 index ed3b799..0000000 --- a/.history/ref-implementation/keycloak/manifests/install_20241111142553.yaml +++ /dev/null @@ -1,164 +0,0 @@ ---- -apiVersion: v1 -kind: Namespace -metadata: - name: keycloak ---- -apiVersion: v1 -kind: Service -metadata: - name: keycloak - labels: - app: keycloak -spec: - ports: - - name: http - port: 8080 - targetPort: 8080 - selector: - app: keycloak - type: ClusterIP ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: keycloak - name: keycloak - namespace: keycloak - annotations: - argocd.argoproj.io/sync-wave: "10" -spec: - replicas: 1 - selector: - matchLabels: - app: keycloak - template: - metadata: - labels: - app: keycloak - spec: - containers: - - args: - - start-dev - env: - - name: KEYCLOAK_ADMIN - value: cnoe-admin - - name: KEYCLOAK_LOGLEVEL - value: ALL - - name: QUARKUS_TRANSACTION_MANAGER_ENABLE_RECOVERY - value: 'true' - envFrom: - - secretRef: - name: keycloak-config - image: quay.io/keycloak/keycloak:22.0.3 - name: keycloak - ports: - - containerPort: 8080 - name: http - readinessProbe: - httpGet: - path: /keycloak/realms/master - port: 8080 - volumeMounts: - - mountPath: /opt/keycloak/conf - name: keycloak-config - readOnly: true - volumes: - - configMap: - name: keycloak-config - name: keycloak-config ---- -apiVersion: v1 -data: - keycloak.conf: | - # Database - # The database vendor. - db=postgres - - # The username of the database user. - db-url=jdbc:postgresql://postgresql.keycloak.svc.cluster.local:5432/postgres - - # The proxy address forwarding mode if the server is behind a reverse proxy. - proxy=edge - - # hostname configuration - hostname=cnoe.localtest.me - hostname-port=8443 - http-relative-path=keycloak - - # the admin url requires its own configuration to reflect correct url - hostname-admin=cnoe.localtest.me:8443 - - hostname-debug=true - - # this should only be allowed in development. NEVER in production. - hostname-strict=false - hostname-strict-backchannel=false - - -kind: ConfigMap -metadata: - name: keycloak-config - namespace: keycloak ---- -apiVersion: v1 -kind: Service -metadata: - labels: - app: postgresql - name: postgresql - namespace: keycloak -spec: - clusterIP: None - ports: - - name: postgres - port: 5432 - selector: - app: postgresql ---- -apiVersion: apps/v1 -kind: StatefulSet -metadata: - labels: - app: postgresql - name: postgresql - namespace: keycloak -spec: - replicas: 1 - selector: - matchLabels: - app: postgresql - serviceName: service-postgresql - template: - metadata: - labels: - app: postgresql - spec: - containers: - - envFrom: - - secretRef: - name: keycloak-config - image: docker.io/library/postgres:15.3-alpine3.18 - name: postgres - ports: - - containerPort: 5432 - name: postgresdb - resources: - limits: - memory: 500Mi - requests: - cpu: 100m - memory: 300Mi - volumeMounts: - - name: data - mountPath: /var/lib/postgresql/data - volumeClaimTemplates: - - metadata: - name: data - spec: - accessModes: ["ReadWriteOnce"] - resources: - requests: - storage: "500Mi" - diff --git a/.history/ref-implementation/keycloak/manifests/install_20241112125306.yaml b/.history/ref-implementation/keycloak/manifests/install_20241112125306.yaml deleted file mode 100644 index 7418140..0000000 --- a/.history/ref-implementation/keycloak/manifests/install_20241112125306.yaml +++ /dev/null @@ -1,165 +0,0 @@ ---- -apiVersion: v1 -kind: Namespace -metadata: - name: keycloak ---- -apiVersion: v1 -kind: Service -metadata: - name: keycloak - labels: - app: keycloak -spec: - ports: - - name: http - port: 8080 - targetPort: 8080 - type: LoadBalancer - selector: - app: keycloak - type: ClusterIP ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: keycloak - name: keycloak - namespace: keycloak - annotations: - argocd.argoproj.io/sync-wave: "10" -spec: - replicas: 1 - selector: - matchLabels: - app: keycloak - template: - metadata: - labels: - app: keycloak - spec: - containers: - - args: - - start-dev - env: - - name: KEYCLOAK_ADMIN - value: cnoe-admin - - name: KEYCLOAK_LOGLEVEL - value: ALL - - name: QUARKUS_TRANSACTION_MANAGER_ENABLE_RECOVERY - value: 'true' - envFrom: - - secretRef: - name: keycloak-config - image: quay.io/keycloak/keycloak:22.0.3 - name: keycloak - ports: - - containerPort: 8080 - name: http - readinessProbe: - httpGet: - path: /keycloak/realms/master - port: 8080 - volumeMounts: - - mountPath: /opt/keycloak/conf - name: keycloak-config - readOnly: true - volumes: - - configMap: - name: keycloak-config - name: keycloak-config ---- -apiVersion: v1 -data: - keycloak.conf: | - # Database - # The database vendor. - db=postgres - - # The username of the database user. - db-url=jdbc:postgresql://postgresql.keycloak.svc.cluster.local:5432/postgres - - # The proxy address forwarding mode if the server is behind a reverse proxy. - proxy=edge - - # hostname configuration - hostname=cnoe.localtest.me - hostname-port=8443 - http-relative-path=keycloak - - # the admin url requires its own configuration to reflect correct url - hostname-admin=cnoe.localtest.me:8443 - - hostname-debug=true - - # this should only be allowed in development. NEVER in production. - hostname-strict=false - hostname-strict-backchannel=false - - -kind: ConfigMap -metadata: - name: keycloak-config - namespace: keycloak ---- -apiVersion: v1 -kind: Service -metadata: - labels: - app: postgresql - name: postgresql - namespace: keycloak -spec: - clusterIP: None - ports: - - name: postgres - port: 5432 - selector: - app: postgresql ---- -apiVersion: apps/v1 -kind: StatefulSet -metadata: - labels: - app: postgresql - name: postgresql - namespace: keycloak -spec: - replicas: 1 - selector: - matchLabels: - app: postgresql - serviceName: service-postgresql - template: - metadata: - labels: - app: postgresql - spec: - containers: - - envFrom: - - secretRef: - name: keycloak-config - image: docker.io/library/postgres:15.3-alpine3.18 - name: postgres - ports: - - containerPort: 5432 - name: postgresdb - resources: - limits: - memory: 500Mi - requests: - cpu: 100m - memory: 300Mi - volumeMounts: - - name: data - mountPath: /var/lib/postgresql/data - volumeClaimTemplates: - - metadata: - name: data - spec: - accessModes: ["ReadWriteOnce"] - resources: - requests: - storage: "500Mi" - diff --git a/.history/ref-implementation/keycloak/manifests/install_20241112125311.yaml b/.history/ref-implementation/keycloak/manifests/install_20241112125311.yaml deleted file mode 100644 index 4e41c0a..0000000 --- a/.history/ref-implementation/keycloak/manifests/install_20241112125311.yaml +++ /dev/null @@ -1,165 +0,0 @@ ---- -apiVersion: v1 -kind: Namespace -metadata: - name: keycloak ---- -apiVersion: v1 -kind: Service -metadata: - name: keycloak - labels: - app: keycloak -spec: - ports: - - name: http - port: 8080 - targetPort: 8080 - type: LoadBalancer - selector: - app: keycloak - type: ClusterIP ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: keycloak - name: keycloak - namespace: keycloak - annotations: - argocd.argoproj.io/sync-wave: "10" -spec: - replicas: 1 - selector: - matchLabels: - app: keycloak - template: - metadata: - labels: - app: keycloak - spec: - containers: - - args: - - start-dev - env: - - name: KEYCLOAK_ADMIN - value: cnoe-admin - - name: KEYCLOAK_LOGLEVEL - value: ALL - - name: QUARKUS_TRANSACTION_MANAGER_ENABLE_RECOVERY - value: 'true' - envFrom: - - secretRef: - name: keycloak-config - image: quay.io/keycloak/keycloak:22.0.3 - name: keycloak - ports: - - containerPort: 8080 - name: http - readinessProbe: - httpGet: - path: /keycloak/realms/master - port: 8080 - volumeMounts: - - mountPath: /opt/keycloak/conf - name: keycloak-config - readOnly: true - volumes: - - configMap: - name: keycloak-config - name: keycloak-config ---- -apiVersion: v1 -data: - keycloak.conf: | - # Database - # The database vendor. - db=postgres - - # The username of the database user. - db-url=jdbc:postgresql://postgresql.keycloak.svc.cluster.local:5432/postgres - - # The proxy address forwarding mode if the server is behind a reverse proxy. - proxy=edge - - # hostname configuration - hostname=cnoe.localtest.me - hostname-port=8443 - http-relative-path=keycloak - - # the admin url requires its own configuration to reflect correct url - hostname-admin=cnoe.localtest.me:8443 - - hostname-debug=true - - # this should only be allowed in development. NEVER in production. - hostname-strict=false - hostname-strict-backchannel=false - - -kind: ConfigMap -metadata: - name: keycloak-config - namespace: keycloak ---- -apiVersion: v1 -kind: Service -metadata: - labels: - app: postgresql - name: postgresql - namespace: keycloak -spec: - clusterIP: None - ports: - - name: postgres - port: 5432 - selector: - app: postgresql ---- -apiVersion: apps/v1 -kind: StatefulSet -metadata: - labels: - app: postgresql - name: postgresql - namespace: keycloak -spec: - replicas: 1 - selector: - matchLabels: - app: postgresql - serviceName: service-postgresql - template: - metadata: - labels: - app: postgresql - spec: - containers: - - envFrom: - - secretRef: - name: keycloak-config - image: docker.io/library/postgres:15.3-alpine3.18 - name: postgres - ports: - - containerPort: 5432 - name: postgresdb - resources: - limits: - memory: 500Mi - requests: - cpu: 100m - memory: 300Mi - volumeMounts: - - name: data - mountPath: /var/lib/postgresql/data - volumeClaimTemplates: - - metadata: - name: data - spec: - accessModes: ["ReadWriteOnce"] - resources: - requests: - storage: "500Mi" - diff --git a/.history/ref-implementation/keycloak/manifests/install_20241112125315.yaml b/.history/ref-implementation/keycloak/manifests/install_20241112125315.yaml deleted file mode 100644 index 213df32..0000000 --- a/.history/ref-implementation/keycloak/manifests/install_20241112125315.yaml +++ /dev/null @@ -1,165 +0,0 @@ ---- -apiVersion: v1 -kind: Namespace -metadata: - name: keycloak ---- -apiVersion: v1 -kind: Service -metadata: - name: keycloak - labels: - app: keycloak -spec: - ports: - - name: http - port: 8080 - targetPort: 8080 - type: LoadBalancer - selector: - app: keycloak - type: ClusterIP ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: keycloak - name: keycloak - namespace: keycloak - annotations: - argocd.argoproj.io/sync-wave: "10" -spec: - replicas: 1 - selector: - matchLabels: - app: keycloak - template: - metadata: - labels: - app: keycloak - spec: - containers: - - args: - - start-dev - env: - - name: KEYCLOAK_ADMIN - value: cnoe-admin - - name: KEYCLOAK_LOGLEVEL - value: ALL - - name: QUARKUS_TRANSACTION_MANAGER_ENABLE_RECOVERY - value: 'true' - envFrom: - - secretRef: - name: keycloak-config - image: quay.io/keycloak/keycloak:22.0.3 - name: keycloak - ports: - - containerPort: 8080 - name: http - readinessProbe: - httpGet: - path: /keycloak/realms/master - port: 8080 - volumeMounts: - - mountPath: /opt/keycloak/conf - name: keycloak-config - readOnly: true - volumes: - - configMap: - name: keycloak-config - name: keycloak-config ---- -apiVersion: v1 -data: - keycloak.conf: | - # Database - # The database vendor. - db=postgres - - # The username of the database user. - db-url=jdbc:postgresql://postgresql.keycloak.svc.cluster.local:5432/postgres - - # The proxy address forwarding mode if the server is behind a reverse proxy. - proxy=edge - - # hostname configuration - hostname=cnoe.localtest.me - hostname-port=8443 - http-relative-path=keycloak - - # the admin url requires its own configuration to reflect correct url - hostname-admin=cnoe.localtest.me:8443 - - hostname-debug=true - - # this should only be allowed in development. NEVER in production. - hostname-strict=false - hostname-strict-backchannel=false - - -kind: ConfigMap -metadata: - name: keycloak-config - namespace: keycloak ---- -apiVersion: v1 -kind: Service -metadata: - labels: - app: postgresql - name: postgresql - namespace: keycloak -spec: - clusterIP: None - ports: - - name: postgres - port: 5432 - selector: - app: postgresql ---- -apiVersion: apps/v1 -kind: StatefulSet -metadata: - labels: - app: postgresql - name: postgresql - namespace: keycloak -spec: - replicas: 1 - selector: - matchLabels: - app: postgresql - serviceName: service-postgresql - template: - metadata: - labels: - app: postgresql - spec: - containers: - - envFrom: - - secretRef: - name: keycloak-config - image: docker.io/library/postgres:15.3-alpine3.18 - name: postgres - ports: - - containerPort: 5432 - name: postgresdb - resources: - limits: - memory: 500Mi - requests: - cpu: 100m - memory: 300Mi - volumeMounts: - - name: data - mountPath: /var/lib/postgresql/data - volumeClaimTemplates: - - metadata: - name: data - spec: - accessModes: ["ReadWriteOnce"] - resources: - requests: - storage: "500Mi" - diff --git a/.history/ref-implementation/keycloak/manifests/install_20241112125321.yaml b/.history/ref-implementation/keycloak/manifests/install_20241112125321.yaml deleted file mode 100644 index b304101..0000000 --- a/.history/ref-implementation/keycloak/manifests/install_20241112125321.yaml +++ /dev/null @@ -1,164 +0,0 @@ ---- -apiVersion: v1 -kind: Namespace -metadata: - name: keycloak ---- -apiVersion: v1 -kind: Service -metadata: - name: keycloak - labels: - app: keycloak -spec: - ports: - - name: http - port: 8080 - targetPort: 8080 - type: LoadBalancer - selector: - app: keycloak ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: keycloak - name: keycloak - namespace: keycloak - annotations: - argocd.argoproj.io/sync-wave: "10" -spec: - replicas: 1 - selector: - matchLabels: - app: keycloak - template: - metadata: - labels: - app: keycloak - spec: - containers: - - args: - - start-dev - env: - - name: KEYCLOAK_ADMIN - value: cnoe-admin - - name: KEYCLOAK_LOGLEVEL - value: ALL - - name: QUARKUS_TRANSACTION_MANAGER_ENABLE_RECOVERY - value: 'true' - envFrom: - - secretRef: - name: keycloak-config - image: quay.io/keycloak/keycloak:22.0.3 - name: keycloak - ports: - - containerPort: 8080 - name: http - readinessProbe: - httpGet: - path: /keycloak/realms/master - port: 8080 - volumeMounts: - - mountPath: /opt/keycloak/conf - name: keycloak-config - readOnly: true - volumes: - - configMap: - name: keycloak-config - name: keycloak-config ---- -apiVersion: v1 -data: - keycloak.conf: | - # Database - # The database vendor. - db=postgres - - # The username of the database user. - db-url=jdbc:postgresql://postgresql.keycloak.svc.cluster.local:5432/postgres - - # The proxy address forwarding mode if the server is behind a reverse proxy. - proxy=edge - - # hostname configuration - hostname=cnoe.localtest.me - hostname-port=8443 - http-relative-path=keycloak - - # the admin url requires its own configuration to reflect correct url - hostname-admin=cnoe.localtest.me:8443 - - hostname-debug=true - - # this should only be allowed in development. NEVER in production. - hostname-strict=false - hostname-strict-backchannel=false - - -kind: ConfigMap -metadata: - name: keycloak-config - namespace: keycloak ---- -apiVersion: v1 -kind: Service -metadata: - labels: - app: postgresql - name: postgresql - namespace: keycloak -spec: - clusterIP: None - ports: - - name: postgres - port: 5432 - selector: - app: postgresql ---- -apiVersion: apps/v1 -kind: StatefulSet -metadata: - labels: - app: postgresql - name: postgresql - namespace: keycloak -spec: - replicas: 1 - selector: - matchLabels: - app: postgresql - serviceName: service-postgresql - template: - metadata: - labels: - app: postgresql - spec: - containers: - - envFrom: - - secretRef: - name: keycloak-config - image: docker.io/library/postgres:15.3-alpine3.18 - name: postgres - ports: - - containerPort: 5432 - name: postgresdb - resources: - limits: - memory: 500Mi - requests: - cpu: 100m - memory: 300Mi - volumeMounts: - - name: data - mountPath: /var/lib/postgresql/data - volumeClaimTemplates: - - metadata: - name: data - spec: - accessModes: ["ReadWriteOnce"] - resources: - requests: - storage: "500Mi" - diff --git a/.history/ref-implementation/keycloak/manifests/install_20241112125401.yaml b/.history/ref-implementation/keycloak/manifests/install_20241112125401.yaml deleted file mode 100644 index 80965f6..0000000 --- a/.history/ref-implementation/keycloak/manifests/install_20241112125401.yaml +++ /dev/null @@ -1,164 +0,0 @@ ---- -apiVersion: v1 -kind: Namespace -metadata: - name: keycloak ---- -apiVersion: v1 -kind: Service -metadata: - name: keycloak - labels: - app: keycloak -spec: - ports: - - name: http - port: 8080 - targetPort: 8080 - - selector: - app: keycloak ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: keycloak - name: keycloak - namespace: keycloak - annotations: - argocd.argoproj.io/sync-wave: "10" -spec: - replicas: 1 - selector: - matchLabels: - app: keycloak - template: - metadata: - labels: - app: keycloak - spec: - containers: - - args: - - start-dev - env: - - name: KEYCLOAK_ADMIN - value: cnoe-admin - - name: KEYCLOAK_LOGLEVEL - value: ALL - - name: QUARKUS_TRANSACTION_MANAGER_ENABLE_RECOVERY - value: 'true' - envFrom: - - secretRef: - name: keycloak-config - image: quay.io/keycloak/keycloak:22.0.3 - name: keycloak - ports: - - containerPort: 8080 - name: http - readinessProbe: - httpGet: - path: /keycloak/realms/master - port: 8080 - volumeMounts: - - mountPath: /opt/keycloak/conf - name: keycloak-config - readOnly: true - volumes: - - configMap: - name: keycloak-config - name: keycloak-config ---- -apiVersion: v1 -data: - keycloak.conf: | - # Database - # The database vendor. - db=postgres - - # The username of the database user. - db-url=jdbc:postgresql://postgresql.keycloak.svc.cluster.local:5432/postgres - - # The proxy address forwarding mode if the server is behind a reverse proxy. - proxy=edge - - # hostname configuration - hostname=cnoe.localtest.me - hostname-port=8443 - http-relative-path=keycloak - - # the admin url requires its own configuration to reflect correct url - hostname-admin=cnoe.localtest.me:8443 - - hostname-debug=true - - # this should only be allowed in development. NEVER in production. - hostname-strict=false - hostname-strict-backchannel=false - - -kind: ConfigMap -metadata: - name: keycloak-config - namespace: keycloak ---- -apiVersion: v1 -kind: Service -metadata: - labels: - app: postgresql - name: postgresql - namespace: keycloak -spec: - clusterIP: None - ports: - - name: postgres - port: 5432 - selector: - app: postgresql ---- -apiVersion: apps/v1 -kind: StatefulSet -metadata: - labels: - app: postgresql - name: postgresql - namespace: keycloak -spec: - replicas: 1 - selector: - matchLabels: - app: postgresql - serviceName: service-postgresql - template: - metadata: - labels: - app: postgresql - spec: - containers: - - envFrom: - - secretRef: - name: keycloak-config - image: docker.io/library/postgres:15.3-alpine3.18 - name: postgres - ports: - - containerPort: 5432 - name: postgresdb - resources: - limits: - memory: 500Mi - requests: - cpu: 100m - memory: 300Mi - volumeMounts: - - name: data - mountPath: /var/lib/postgresql/data - volumeClaimTemplates: - - metadata: - name: data - spec: - accessModes: ["ReadWriteOnce"] - resources: - requests: - storage: "500Mi" - diff --git a/.history/ref-implementation/keycloak/manifests/install_20241112125405.yaml b/.history/ref-implementation/keycloak/manifests/install_20241112125405.yaml deleted file mode 100644 index ed3b799..0000000 --- a/.history/ref-implementation/keycloak/manifests/install_20241112125405.yaml +++ /dev/null @@ -1,164 +0,0 @@ ---- -apiVersion: v1 -kind: Namespace -metadata: - name: keycloak ---- -apiVersion: v1 -kind: Service -metadata: - name: keycloak - labels: - app: keycloak -spec: - ports: - - name: http - port: 8080 - targetPort: 8080 - selector: - app: keycloak - type: ClusterIP ---- -apiVersion: apps/v1 -kind: Deployment -metadata: - labels: - app: keycloak - name: keycloak - namespace: keycloak - annotations: - argocd.argoproj.io/sync-wave: "10" -spec: - replicas: 1 - selector: - matchLabels: - app: keycloak - template: - metadata: - labels: - app: keycloak - spec: - containers: - - args: - - start-dev - env: - - name: KEYCLOAK_ADMIN - value: cnoe-admin - - name: KEYCLOAK_LOGLEVEL - value: ALL - - name: QUARKUS_TRANSACTION_MANAGER_ENABLE_RECOVERY - value: 'true' - envFrom: - - secretRef: - name: keycloak-config - image: quay.io/keycloak/keycloak:22.0.3 - name: keycloak - ports: - - containerPort: 8080 - name: http - readinessProbe: - httpGet: - path: /keycloak/realms/master - port: 8080 - volumeMounts: - - mountPath: /opt/keycloak/conf - name: keycloak-config - readOnly: true - volumes: - - configMap: - name: keycloak-config - name: keycloak-config ---- -apiVersion: v1 -data: - keycloak.conf: | - # Database - # The database vendor. - db=postgres - - # The username of the database user. - db-url=jdbc:postgresql://postgresql.keycloak.svc.cluster.local:5432/postgres - - # The proxy address forwarding mode if the server is behind a reverse proxy. - proxy=edge - - # hostname configuration - hostname=cnoe.localtest.me - hostname-port=8443 - http-relative-path=keycloak - - # the admin url requires its own configuration to reflect correct url - hostname-admin=cnoe.localtest.me:8443 - - hostname-debug=true - - # this should only be allowed in development. NEVER in production. - hostname-strict=false - hostname-strict-backchannel=false - - -kind: ConfigMap -metadata: - name: keycloak-config - namespace: keycloak ---- -apiVersion: v1 -kind: Service -metadata: - labels: - app: postgresql - name: postgresql - namespace: keycloak -spec: - clusterIP: None - ports: - - name: postgres - port: 5432 - selector: - app: postgresql ---- -apiVersion: apps/v1 -kind: StatefulSet -metadata: - labels: - app: postgresql - name: postgresql - namespace: keycloak -spec: - replicas: 1 - selector: - matchLabels: - app: postgresql - serviceName: service-postgresql - template: - metadata: - labels: - app: postgresql - spec: - containers: - - envFrom: - - secretRef: - name: keycloak-config - image: docker.io/library/postgres:15.3-alpine3.18 - name: postgres - ports: - - containerPort: 5432 - name: postgresdb - resources: - limits: - memory: 500Mi - requests: - cpu: 100m - memory: 300Mi - volumeMounts: - - name: data - mountPath: /var/lib/postgresql/data - volumeClaimTemplates: - - metadata: - name: data - spec: - accessModes: ["ReadWriteOnce"] - resources: - requests: - storage: "500Mi" - diff --git a/.history/ref-implementation/maniek_20241112110416.yml b/.history/ref-implementation/maniek_20241112110416.yml deleted file mode 100644 index e69de29..0000000 diff --git a/.history/ref-implementation/maniek_20241112110417.yml b/.history/ref-implementation/maniek_20241112110417.yml deleted file mode 100644 index 81ab8ad..0000000 --- a/.history/ref-implementation/maniek_20241112110417.yml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - containerPort: 8080 - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 80 - targetPort: 8080 - type: ClusterIP diff --git a/.history/ref-implementation/open-bao_20241111142831.yaml b/.history/ref-implementation/open-bao_20241111142831.yaml deleted file mode 100644 index d279bc5..0000000 --- a/.history/ref-implementation/open-bao_20241111142831.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: keycloak - namespace: argocd - labels: - example: ref-implementation -spec: - destination: - namespace: keycloak - server: "https://kubernetes.default.svc" - source: - repoURL: cnoe://keycloak/manifests - targetRevision: HEAD - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/open-bao_20241111142912.yaml b/.history/ref-implementation/open-bao_20241111142912.yaml deleted file mode 100644 index 0d8f748..0000000 --- a/.history/ref-implementation/open-bao_20241111142912.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: open-bao - namespace: argocd - labels: - example: ref-implementation -spec: - destination: - namespace: keycloak - server: "https://kubernetes.default.svc" - source: - repoURL: cnoe://keycloak/manifests - targetRevision: HEAD - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/open-bao_20241111142943.yaml b/.history/ref-implementation/open-bao_20241111142943.yaml deleted file mode 100644 index 38a34a4..0000000 --- a/.history/ref-implementation/open-bao_20241111142943.yaml +++ /dev/null @@ -1,22 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: open-bao - namespace: argocd - labels: - env: dev - example: ref-implementation -spec: - destination: - namespace: keycloak - server: "https://kubernetes.default.svc" - source: - repoURL: cnoe://keycloak/manifests - targetRevision: HEAD - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/open-bao_20241111142944.yaml b/.history/ref-implementation/open-bao_20241111142944.yaml deleted file mode 100644 index 7249de0..0000000 --- a/.history/ref-implementation/open-bao_20241111142944.yaml +++ /dev/null @@ -1,22 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: open-bao - namespace: argocd - labels: - env: dev - example: ref-implementation -spec: - destination: - namespace: keycloak - server: "https://kubernetes.default.svc" - source: - repoURL: cnoe://keycloak/manifests - targetRevision: HEAD - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/open-bao_20241111142947.yaml b/.history/ref-implementation/open-bao_20241111142947.yaml deleted file mode 100644 index 3aa23e8..0000000 --- a/.history/ref-implementation/open-bao_20241111142947.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: open-bao - namespace: argocd - labels: - env: dev -spec: - destination: - namespace: keycloak - server: "https://kubernetes.default.svc" - source: - repoURL: cnoe://keycloak/manifests - targetRevision: HEAD - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/open-bao_20241111142957.yaml b/.history/ref-implementation/open-bao_20241111142957.yaml deleted file mode 100644 index a557757..0000000 --- a/.history/ref-implementation/open-bao_20241111142957.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: open-bao - namespace: argocd - labels: - env: dev -spec: - destination: - namespace: open-bao - server: "https://kubernetes.default.svc" - source: - repoURL: cnoe://keycloak/manifests - targetRevision: HEAD - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112130717.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112130717.yaml deleted file mode 100644 index e69de29..0000000 diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112130720.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112130720.yaml deleted file mode 100644 index abaf181..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112130720.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: keycloak-ingress-localhost - namespace: keycloak - annotations: - argocd.argoproj.io/sync-wave: "100" -spec: - ingressClassName: "nginx" - rules: - - host: localhost - http: - paths: - - path: /keycloak - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http - - host: cnoe.localtest.me - http: - paths: - - path: /keycloak - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112130742.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112130742.yaml deleted file mode 100644 index 6abab23..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112130742.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao -spec: - ingressClassName: "nginx" - rules: - - host: localhost - http: - paths: - - path: /keycloak - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http - - host: cnoe.localtest.me - http: - paths: - - path: /keycloak - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112130743.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112130743.yaml deleted file mode 100644 index abaf181..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112130743.yaml +++ /dev/null @@ -1,30 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: keycloak-ingress-localhost - namespace: keycloak - annotations: - argocd.argoproj.io/sync-wave: "100" -spec: - ingressClassName: "nginx" - rules: - - host: localhost - http: - paths: - - path: /keycloak - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http - - host: cnoe.localtest.me - http: - paths: - - path: /keycloak - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112130751.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112130751.yaml deleted file mode 100644 index fb5aeb3..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112130751.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: keycloak-ingress-localhost - name: openbao -spec: - ingressClassName: "nginx" - rules: - - host: localhost - http: - paths: - - path: /keycloak - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http - - host: cnoe.localtest.me - http: - paths: - - path: /keycloak - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112130756.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112130756.yaml deleted file mode 100644 index 35a4f35..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112130756.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress-localhost - name: openbao -spec: - ingressClassName: "nginx" - rules: - - host: localhost - http: - paths: - - path: /keycloak - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http - - host: cnoe.localtest.me - http: - paths: - - path: /keycloak - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112130759.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112130759.yaml deleted file mode 100644 index 932955c..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112130759.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress-localhost - namespace: openbao -spec: - ingressClassName: "nginx" - rules: - - host: localhost - http: - paths: - - path: /keycloak - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http - - host: cnoe.localtest.me - http: - paths: - - path: /keycloak - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112130902.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112130902.yaml deleted file mode 100644 index f356af7..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112130902.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress-localhost - namespace: openbao -spec: - ingressClassName: "nginx" - rules: - - host: localhost - http: - paths: - - path: /openbao - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http - - host: cnoe.localtest.me - http: - paths: - - path: /keycloak - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112130904.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112130904.yaml deleted file mode 100644 index c4b8374..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112130904.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress-localhost - namespace: openbao -spec: - ingressClassName: "nginx" - rules: - - host: localhost - http: - paths: - - path: cnoe://openbao/manifests - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http - - host: cnoe.localtest.me - http: - paths: - - path: /keycloak - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112130913.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112130913.yaml deleted file mode 100644 index 9bacafb..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112130913.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress-localhost - namespace: openbao -spec: - ingressClassName: "nginx" - rules: - - host: localhost - http: - paths: - - path: cnoe://openbao/manifests - pathType: ImplementationSpecific - backend: - service: - name: openbao - port: - name: http - - host: cnoe.localtest.me - http: - paths: - - path: /keycloak - pathType: ImplementationSpecific - backend: - service: - name: keycloak - port: - name: http diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112132252.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112132252.yaml deleted file mode 100644 index 31fff8f..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112132252.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: my-app-ingress - namespace: default - annotations: - nginx.ingress.kubernetes.io/rewrite-target: / -spec: - rules: - - host: my-app.local # Change this to your domain or leave it as is for local development - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: my-app-service # Name of your service - port: - number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112132258.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112132258.yaml deleted file mode 100644 index 9f706f3..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112132258.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: my-app-ingress - namespace: default - -spec: - rules: - - host: my-app.local # Change this to your domain or leave it as is for local development - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: my-app-service # Name of your service - port: - number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112132302.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112132302.yaml deleted file mode 100644 index 9e9bfcb..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112132302.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: my-app-ingress - namespace: o - -spec: - rules: - - host: my-app.local # Change this to your domain or leave it as is for local development - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: my-app-service # Name of your service - port: - number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112132304.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112132304.yaml deleted file mode 100644 index 0e0d97a..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112132304.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: my-app-ingress - namespace: openbao - -spec: - rules: - - host: my-app.local # Change this to your domain or leave it as is for local development - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: my-app-service # Name of your service - port: - number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112132310.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112132310.yaml deleted file mode 100644 index 6f33ebd..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112132310.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: open - namespace: openbao - -spec: - rules: - - host: my-app.local # Change this to your domain or leave it as is for local development - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: my-app-service # Name of your service - port: - number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112132312.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112132312.yaml deleted file mode 100644 index 4849eba..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112132312.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao - namespace: openbao - -spec: - rules: - - host: my-app.local # Change this to your domain or leave it as is for local development - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: my-app-service # Name of your service - port: - number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112132315.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112132315.yaml deleted file mode 100644 index 18f3315..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112132315.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - -spec: - rules: - - host: my-app.local # Change this to your domain or leave it as is for local development - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: my-app-service # Name of your service - port: - number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112132318.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112132318.yaml deleted file mode 100644 index 754343a..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112132318.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress-local - namespace: openbao - -spec: - rules: - - host: my-app.local # Change this to your domain or leave it as is for local development - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: my-app-service # Name of your service - port: - number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112132320.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112132320.yaml deleted file mode 100644 index 7857781..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112132320.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress-localhost - namespace: openbao - -spec: - rules: - - host: my-app.local # Change this to your domain or leave it as is for local development - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: my-app-service # Name of your service - port: - number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112132340.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112132340.yaml deleted file mode 100644 index e7669f3..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112132340.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress-localhost - namespace: openbao - -spec: - rules: - - host: localhost # Change this to your domain or leave it as is for local development - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: my-app-service # Name of your service - port: - number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112132445.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112132445.yaml deleted file mode 100644 index 650ab4d..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112132445.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress-localhost - namespace: openbao - -spec: - rules: - - host: localhost # Change this to your domain or leave it as is for local development - http: - paths: - - path: "" - pathType: Exact - backend: - service: - name: my-app-service # Name of your service - port: - number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112132617.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112132617.yaml deleted file mode 100644 index 69be905..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112132617.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress-localhost - namespace: openbao - -spec: - rules: - - host: localhost # Change this to your domain or leave it as is for local development - http: - paths: - - path: "" - pathType: Exact - backend: - service: - name: openbao # Name of your service - port: - number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112132620.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112132620.yaml deleted file mode 100644 index cc13074..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112132620.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress-localhost - namespace: openbao - -spec: - rules: - - host: localhost # Change this to your domain or leave it as is for local development - http: - paths: - - path: "" - pathType: Exact - backend: - service: - name: openbao - port: - number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112132622.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112132622.yaml deleted file mode 100644 index 9615367..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112132622.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress-localhost - namespace: openbao - -spec: - rules: - - host: localhost # Change this to your domain or leave it as is for local development - http: - paths: - - path: "" - pathType: Exact - backend: - service: - name: openbao - port: - number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112132648.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112132648.yaml deleted file mode 100644 index 9615367..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112132648.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress-localhost - namespace: openbao - -spec: - rules: - - host: localhost # Change this to your domain or leave it as is for local development - http: - paths: - - path: "" - pathType: Exact - backend: - service: - name: openbao - port: - number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112133726.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112133726.yaml deleted file mode 100644 index e69de29..0000000 diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112133806.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112133806.yaml deleted file mode 100644 index 9615367..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112133806.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress-localhost - namespace: openbao - -spec: - rules: - - host: localhost # Change this to your domain or leave it as is for local development - http: - paths: - - path: "" - pathType: Exact - backend: - service: - name: openbao - port: - number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/ingress_20241112135400.yaml b/.history/ref-implementation/openbao/manifests/ingress_20241112135400.yaml deleted file mode 100644 index f75a03d..0000000 --- a/.history/ref-implementation/openbao/manifests/ingress_20241112135400.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# apiVersion: networking.k8s.io/v1 -# kind: Ingress -# metadata: -# name: openbao-ingress-localhost -# namespace: openbao - -# spec: -# rules: -# - host: localhost # Change this to your domain or leave it as is for local development -# http: -# paths: -# - path: "" -# pathType: Exact -# backend: -# service: -# name: openbao -# port: -# number: 8200 # The port to forward to on your service diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112110416.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112110416.yml deleted file mode 100644 index 81ab8ad..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112110416.yml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - containerPort: 8080 - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 80 - targetPort: 8080 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112110859.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112110859.yml deleted file mode 100644 index d68ae99..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112110859.yml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - containerPort: 8200 - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 80 - targetPort: 8080 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112110906.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112110906.yml deleted file mode 100644 index 3f9ba3f..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112110906.yml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - containerPort: 8200 - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 80 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112110950.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112110950.yml deleted file mode 100644 index 9fdb23b..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112110950.yml +++ /dev/null @@ -1,41 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - containerPort: 8200 - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 80 - targetPort: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112110952.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112110952.yml deleted file mode 100644 index 3f9ba3f..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112110952.yml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - containerPort: 8200 - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 80 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112110953.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112110953.yml deleted file mode 100644 index 8ec577d..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112110953.yml +++ /dev/null @@ -1,35 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - containerPort: 8200 - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112112033.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112112033.yml deleted file mode 100644 index 1b22ab8..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112112033.yml +++ /dev/null @@ -1,42 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - containerPort: 8200 - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112114625.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112114625.yml deleted file mode 100644 index ad22ff4..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112114625.yml +++ /dev/null @@ -1,43 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - containerPort: 8200 - - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112114627.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112114627.yml deleted file mode 100644 index cddcbef..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112114627.yml +++ /dev/null @@ -1,43 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - containerPort: 8200 - - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112114630.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112114630.yml deleted file mode 100644 index aa8e5ea..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112114630.yml +++ /dev/null @@ -1,45 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - containerPort: 8200 - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112121944.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112121944.yml deleted file mode 100644 index badda3f..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112121944.yml +++ /dev/null @@ -1,46 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - containerPort: 8200 - - hostPort: 8200 - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112121955.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112121955.yml deleted file mode 100644 index d20b7b3..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112121955.yml +++ /dev/null @@ -1,46 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - containerPort: 8200 - hostPort: 8200 - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125415.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125415.yml deleted file mode 100644 index a656216..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125415.yml +++ /dev/null @@ -1,47 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - containerPort: 8200 - hostPort: 8200 - - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125417.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125417.yml deleted file mode 100644 index 47b44df..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125417.yml +++ /dev/null @@ -1,47 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - containerPort: 8200 - hostPort: 8200 - type: LoadBalancer - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125534.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125534.yml deleted file mode 100644 index 0f612be..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125534.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: LoadBalancer # or NodePort - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125538.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125538.yml deleted file mode 100644 index 4040f40..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125538.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: LoadBalancer # or NodePort - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125540.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125540.yml deleted file mode 100644 index ca2a209..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125540.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: LoadBalancer # or NodePort - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125545.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125545.yml deleted file mode 100644 index 4e2f145..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125545.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: LoadBalancer # or NodePort - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125549.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125549.yml deleted file mode 100644 index 5607328..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125549.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: LoadBalancer # or NodePort - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125552.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125552.yml deleted file mode 100644 index 9c90d16..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125552.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: LoadBalancer # or NodePort - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125553.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125553.yml deleted file mode 100644 index 9ded5d1..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125553.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: LoadBalancer # or NodePort - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125604.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125604.yml deleted file mode 100644 index 47b44df..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125604.yml +++ /dev/null @@ -1,47 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - containerPort: 8200 - hostPort: 8200 - type: LoadBalancer - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125613.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125613.yml deleted file mode 100644 index fc8bf8c..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125613.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - - containerPort: 8200 - hostPort: 8200 - type: LoadBalancer - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125615.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125615.yml deleted file mode 100644 index 020d960..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125615.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - - - containerPort: 8200 - hostPort: 8200 - type: LoadBalancer - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125617.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125617.yml deleted file mode 100644 index c152d38..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125617.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - po - - containerPort: 8200 - hostPort: 8200 - type: LoadBalancer - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125618.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125618.yml deleted file mode 100644 index 7f08b85..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125618.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - port: - - containerPort: 8200 - hostPort: 8200 - type: LoadBalancer - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125627.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125627.yml deleted file mode 100644 index 256cfb6..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125627.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCO - - containerPort: 8200 - hostPort: 8200 - type: LoadBalancer - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125629.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125629.yml deleted file mode 100644 index 0a3e930..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125629.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - - containerPort: 8200 - hostPort: 8200 - type: LoadBalancer - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112125633.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112125633.yml deleted file mode 100644 index 575777f..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112125633.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - hostPort: 8200 - type: LoadBalancer - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112133731.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112133731.yml deleted file mode 100644 index 6d406a4..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112133731.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - - - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - hostPort: 8200 - type: LoadBalancer - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112133734.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112133734.yml deleted file mode 100644 index b07a1b7..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112133734.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - hostPort: 8200 - type: LoadBalancer - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112133738.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112133738.yml deleted file mode 100644 index 2bb23c2..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112133738.yml +++ /dev/null @@ -1,52 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - - - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - hostPort: 8200 - type: LoadBalancer - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112133739.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112133739.yml deleted file mode 100644 index 04470a4..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112133739.yml +++ /dev/null @@ -1,70 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress-localhost - namespace: openbao - -spec: - rules: - - host: localhost # Change this to your domain or leave it as is for local development - http: - paths: - - path: "" - pathType: Exact - backend: - service: - name: openbao - port: - number: 8200 # The port to forward to on your service - - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - hostPort: 8200 - type: LoadBalancer - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112133740.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112133740.yml deleted file mode 100644 index 04470a4..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112133740.yml +++ /dev/null @@ -1,70 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress-localhost - namespace: openbao - -spec: - rules: - - host: localhost # Change this to your domain or leave it as is for local development - http: - paths: - - path: "" - pathType: Exact - backend: - service: - name: openbao - port: - number: 8200 # The port to forward to on your service - - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - hostPort: 8200 - type: LoadBalancer - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112133804.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112133804.yml deleted file mode 100644 index 575777f..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112133804.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - hostPort: 8200 - type: LoadBalancer - env: - - name: BAO_ADDR - value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112133833.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112133833.yml deleted file mode 100644 index 6ddb3db..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112133833.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - hostPort: 8200 - type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112133859.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112133859.yml deleted file mode 100644 index eeff542..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112133859.yml +++ /dev/null @@ -1,48 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112134239.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112134239.yml deleted file mode 100644 index 9bf147d..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112134239.yml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - hostPort: 8200 - targetPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112134258.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112134258.yml deleted file mode 100644 index a4247b3..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112134258.yml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - hostPort: 8200 - # targetPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112134322.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112134322.yml deleted file mode 100644 index 9bf147d..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112134322.yml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - hostPort: 8200 - targetPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112134324.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112134324.yml deleted file mode 100644 index b81c1cf..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112134324.yml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - targetPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112134335.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112134335.yml deleted file mode 100644 index ce84f2e..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112134335.yml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - port: 8200 - # hostPort: 8200 - targetPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112134407.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112134407.yml deleted file mode 100644 index bc183db..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112134407.yml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - port: 8200 - # hostPort: 8200 - containerPort:: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112134409.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112134409.yml deleted file mode 100644 index 0f65ec9..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112134409.yml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - port: 8200 - # hostPort: 8200 - containerPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112134417.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112134417.yml deleted file mode 100644 index ce84f2e..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112134417.yml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - port: 8200 - # hostPort: 8200 - targetPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112134421.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112134421.yml deleted file mode 100644 index b81c1cf..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112134421.yml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - targetPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112134425.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112134425.yml deleted file mode 100644 index b81c1cf..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112134425.yml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - targetPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112134434.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112134434.yml deleted file mode 100644 index f162211..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112134434.yml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - port: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112134440.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112134440.yml deleted file mode 100644 index 572c07a..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112134440.yml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - hos: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112134443.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112134443.yml deleted file mode 100644 index 8ffb033..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112134443.yml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112134912.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112134912.yml deleted file mode 100644 index f3a5b6f..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112134912.yml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: ClusterIP diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112134953.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112134953.yml deleted file mode 100644 index 470a458..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112134953.yml +++ /dev/null @@ -1,49 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112135014.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112135014.yml deleted file mode 100644 index 26f238d..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112135014.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - no - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112135016.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112135016.yml deleted file mode 100644 index 21d3812..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112135016.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - NodePort: - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112135019.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112135019.yml deleted file mode 100644 index f9e2ddd..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112135019.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - NodePort: 8200 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112135021.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112135021.yml deleted file mode 100644 index f9e2ddd..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112135021.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - NodePort: 8200 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112135022.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112135022.yml deleted file mode 100644 index f2ea0bd..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112135022.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 8200 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112135048.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112135048.yml deleted file mode 100644 index 84881db..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112135048.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - # nodePort: 8200 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112135059.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112135059.yml deleted file mode 100644 index f2ea0bd..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112135059.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 8200 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112135112.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112135112.yml deleted file mode 100644 index e3e69d3..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112135112.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112135129.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112135129.yml deleted file mode 100644 index 8da5307..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112135129.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - # nodePort: 30000 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112135138.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112135138.yml deleted file mode 100644 index 2b5441b..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112135138.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - # nodePort: 30000 - type: LoadBalancer diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112135826.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112135826.yml deleted file mode 100644 index 056eceb..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112135826.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - # nodePort: 30000 - type: No diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112135828.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112135828.yml deleted file mode 100644 index 09680c7..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112135828.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - # nodePort: 30000 - type: diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112135835.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112135835.yml deleted file mode 100644 index 8da5307..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112135835.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - # nodePort: 30000 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112135837.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112135837.yml deleted file mode 100644 index e3e69d3..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112135837.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241112135849.yml b/.history/ref-implementation/openbao/manifests/manifest_20241112135849.yml deleted file mode 100644 index e3e69d3..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241112135849.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093100.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093100.yml deleted file mode 100644 index a9c388f..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093100.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: HTTO - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093101.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093101.yml deleted file mode 100644 index ff5a849..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093101.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: HTTP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093110.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093110.yml deleted file mode 100644 index 6c4856f..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093110.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: HTTP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: HTTP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093126.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093126.yml deleted file mode 100644 index ff5a849..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093126.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: HTTP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093129.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093129.yml deleted file mode 100644 index e3e69d3..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093129.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093614.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093614.yml deleted file mode 100644 index e3e69d3..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093614.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093615.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093615.yml deleted file mode 100644 index 8da5307..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093615.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - # nodePort: 30000 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093618.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093618.yml deleted file mode 100644 index 9b7d979..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093618.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - # nodePort: 30000 - type: Load diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093621.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093621.yml deleted file mode 100644 index f11cbce..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093621.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - # nodePort: 30000 - type: Loa diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093625.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093625.yml deleted file mode 100644 index 8da5307..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093625.yml +++ /dev/null @@ -1,50 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - # nodePort: 30000 - type: NodePort diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093821.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093821.yml deleted file mode 100644 index 2e0b80a..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093821.yml +++ /dev/null @@ -1,52 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - # nodePort: 30000 - type: NodePort - - diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093826.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093826.yml deleted file mode 100644 index c5989b8..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093826.yml +++ /dev/null @@ -1,52 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - - diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093827.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093827.yml deleted file mode 100644 index 89d123c..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093827.yml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - - -# 4. Ingress (optional for HTTP-based access) -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: / # Ensures requests are rewritten to the root path -spec: - rules: - - host: openbao.local # Replace with your domain or host if you're using DNS - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: openbao # References the Service defined above - port: - number: 8200 # The port exposed by the Service \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093842.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093842.yml deleted file mode 100644 index f59a0ac..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093842.yml +++ /dev/null @@ -1,73 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - - - -# 4. Ingress (optional for HTTP-based access) -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: / # Ensures requests are rewritten to the root path -spec: - rules: - - host: openbao.local # Replace with your domain or host if you're using DNS - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: openbao # References the Service defined above - port: ---- number: 8200 # The port exposed by the Service \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093847.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093847.yml deleted file mode 100644 index f2e7b01..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093847.yml +++ /dev/null @@ -1,73 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - - --- - -# 4. Ingress (optional for HTTP-based access) -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: / # Ensures requests are rewritten to the root path -spec: - rules: - - host: openbao.local # Replace with your domain or host if you're using DNS - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: openbao # References the Service defined above - port: ---- number: 8200 # The port exposed by the Service \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093851.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093851.yml deleted file mode 100644 index 376b905..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093851.yml +++ /dev/null @@ -1,73 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - - --- - -# 4. Ingress (optional for HTTP-based access) -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: / # Ensures requests are rewritten to the root path -spec: - rules: - - host: openbao.local # Replace with your domain or host if you're using DNS - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: openbao # References the Service defined above - port: - number: 8200 # The port exposed by the Service \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093853.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093853.yml deleted file mode 100644 index c8002fb..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093853.yml +++ /dev/null @@ -1,73 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -# 4. Ingress (optional for HTTP-based access) -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: / # Ensures requests are rewritten to the root path -spec: - rules: - - host: openbao.local # Replace with your domain or host if you're using DNS - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: openbao # References the Service defined above - port: - number: 8200 # The port exposed by the Service \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113093944.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113093944.yml deleted file mode 100644 index 49eefae..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113093944.yml +++ /dev/null @@ -1,73 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -# 4. Ingress (optional for HTTP-based access) -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: / # Ensures requests are rewritten to the root path -spec: - rules: - - host: localhost # Replace with your domain or host if you're using DNS - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: openbao # References the Service defined above - port: - number: 8200 # The port exposed by the Service \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113094042.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113094042.yml deleted file mode 100644 index 0cb99bc..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113094042.yml +++ /dev/null @@ -1,73 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -# 4. Ingress (optional for HTTP-based access) -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: / # Ensures requests are rewritten to the root path -spec: - rules: - - host: localhost # Replace with your domain or host if you're using DNS - http: - paths: - - path: "" - pathType: Prefix - backend: - service: - name: openbao # References the Service defined above - port: - number: 8200 # The port exposed by the Service \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113094100.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113094100.yml deleted file mode 100644 index c8002fb..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113094100.yml +++ /dev/null @@ -1,73 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -# 4. Ingress (optional for HTTP-based access) -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: / # Ensures requests are rewritten to the root path -spec: - rules: - - host: openbao.local # Replace with your domain or host if you're using DNS - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: openbao # References the Service defined above - port: - number: 8200 # The port exposed by the Service \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113094104.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113094104.yml deleted file mode 100644 index 49eefae..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113094104.yml +++ /dev/null @@ -1,73 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -# 4. Ingress (optional for HTTP-based access) -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: / # Ensures requests are rewritten to the root path -spec: - rules: - - host: localhost # Replace with your domain or host if you're using DNS - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: openbao # References the Service defined above - port: - number: 8200 # The port exposed by the Service \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113094154.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113094154.yml deleted file mode 100644 index f879eda..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113094154.yml +++ /dev/null @@ -1,73 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -# 4. Ingress (optional for HTTP-based access) -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: / # Ensures requests are rewritten to the root path -spec: - rules: - - host: localhost # Replace with your domain or host if you're using DNS - http: - paths: - - path: /openbao - pathType: Prefix - backend: - service: - name: openbao # References the Service defined above - port: - number: 8200 # The port exposed by the Service \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113094340.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113094340.yml deleted file mode 100644 index dbce7b6..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113094340.yml +++ /dev/null @@ -1,73 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -# 4. Ingress (optional for HTTP-based access) -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: / # Ensures requests are rewritten to the root path -spec: - rules: - - host: localhost # Replace with your domain or host if you're using DNS - http: - paths: - - path: localhost/openbao - pathType: Prefix - backend: - service: - name: openbao # References the Service defined above - port: - number: 8200 # The port exposed by the Service \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113094401.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113094401.yml deleted file mode 100644 index f879eda..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113094401.yml +++ /dev/null @@ -1,73 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -# 4. Ingress (optional for HTTP-based access) -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: / # Ensures requests are rewritten to the root path -spec: - rules: - - host: localhost # Replace with your domain or host if you're using DNS - http: - paths: - - path: /openbao - pathType: Prefix - backend: - service: - name: openbao # References the Service defined above - port: - number: 8200 # The port exposed by the Service \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113094647.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113094647.yml deleted file mode 100644 index 2b6727e..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113094647.yml +++ /dev/null @@ -1,81 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -# 4. Ingress (optional for HTTP-based access) -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: / # Ensures requests are rewritten to the root path -spec: - rules: - - host: localhost # Replace with your domain or host if you're using DNS - http: - paths: - - path: /ui - pathType: Prefix - backend: - service: - name: openbao - port: - number: 8200 - # Optional: Redirect root `/` path to `/ui` - - path: / - pathType: Prefix - backend: - service: - name: openbao - port: - number: 8200 \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113095157.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113095157.yml deleted file mode 100644 index 335bdaf..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113095157.yml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: /ui -spec: - rules: - - host: localhost # Or replace with your custom hostname if using /etc/hosts - http: - paths: - - path: /openbao - pathType: Prefix - backend: - service: - name: openbao - port: - number: 8200 \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113095238.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113095238.yml deleted file mode 100644 index 809d96c..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113095238.yml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: /ui -spec: - rules: - - host: localhost # Or replace with your custom hostname if using /etc/hosts - http: - paths: - - path: /openbao - pathType: Prefix - backend: - service: - name: openbao - port: - number: 30000 \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113095247.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113095247.yml deleted file mode 100644 index 335bdaf..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113095247.yml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: /ui -spec: - rules: - - host: localhost # Or replace with your custom hostname if using /etc/hosts - http: - paths: - - path: /openbao - pathType: Prefix - backend: - service: - name: openbao - port: - number: 8200 \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113100517.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113100517.yml deleted file mode 100644 index 2efa4bf..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113100517.yml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: /ui -spec: - rules: - - host: localhost - http: - paths: - - path: /openbao - pathType: Prefix - backend: - service: - name: openbao - port: - number: 8200 \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113100529.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113100529.yml deleted file mode 100644 index bb50907..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113100529.yml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - annotations: - nginx.ingress.kubernetes.io/rewrite-target: /ui -spec: - rules: - - host: cnoe.localtest.me - http: - paths: - - path: /openbao - pathType: Prefix - backend: - service: - name: openbao - port: - number: 8200 \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113100645.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113100645.yml deleted file mode 100644 index ea5af0d..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113100645.yml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - # annotations: - # nginx.ingress.kubernetes.io/rewrite-target: /ui -spec: - rules: - - host: cnoe.localtest.me - http: - paths: - - path: /openbao - pathType: Prefix - backend: - service: - name: openbao - port: - number: 8200 \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113100725.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113100725.yml deleted file mode 100644 index 6ae7008..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113100725.yml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - # annotations: - # nginx.ingress.kubernetes.io/rewrite-target: /ui -spec: - rules: - - host: cnoe.localtest.me - http: - paths: - - path: /openbao - pathType: ImplementationSpecific - backend: - service: - name: openbao - port: - number: 8200 \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113100745.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113100745.yml deleted file mode 100644 index ea5af0d..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113100745.yml +++ /dev/null @@ -1,72 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - # hostPort: 8200 - # hostPort: 8200 - # type: LoadBalancer - # env: - # - name: BAO_ADDR - # value: "http://0.0.0.0:8200" - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - # annotations: - # nginx.ingress.kubernetes.io/rewrite-target: /ui -spec: - rules: - - host: cnoe.localtest.me - http: - paths: - - path: /openbao - pathType: Prefix - backend: - service: - name: openbao - port: - number: 8200 \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113100822.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113100822.yml deleted file mode 100644 index 6d528b0..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113100822.yml +++ /dev/null @@ -1,66 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - ---- -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - # annotations: - # nginx.ingress.kubernetes.io/rewrite-target: /ui -spec: - rules: - - host: cnoe.localtest.me - http: - paths: - - path: /openbao - pathType: Prefix - backend: - service: - name: openbao - port: - number: 8200 \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113100829.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113100829.yml deleted file mode 100644 index a61d0b3..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113100829.yml +++ /dev/null @@ -1,67 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest # Replace with the actual image - ports: - - protocol: TCP - containerPort: 8200 - ---- - -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - # annotations: - # nginx.ingress.kubernetes.io/rewrite-target: /ui -spec: - rules: - - host: cnoe.localtest.me - http: - paths: - - path: /openbao - pathType: Prefix - backend: - service: - name: openbao - port: - number: 8200 \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113100833.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113100833.yml deleted file mode 100644 index 6ed5ca2..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113100833.yml +++ /dev/null @@ -1,67 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest - ports: - - protocol: TCP - containerPort: 8200 - ---- - -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - nodePort: 30000 - type: NodePort - ---- - -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - # annotations: - # nginx.ingress.kubernetes.io/rewrite-target: /ui -spec: - rules: - - host: cnoe.localtest.me - http: - paths: - - path: /openbao - pathType: Prefix - backend: - service: - name: openbao - port: - number: 8200 \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113100902.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113100902.yml deleted file mode 100644 index fa08302..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113100902.yml +++ /dev/null @@ -1,67 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest - ports: - - protocol: TCP - containerPort: 8200 - ---- - -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - # nodePort: 30000 - # type: NodePort - ---- - -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - # annotations: - # nginx.ingress.kubernetes.io/rewrite-target: /ui -spec: - rules: - - host: cnoe.localtest.me - http: - paths: - - path: /openbao - pathType: Prefix - backend: - service: - name: openbao - port: - number: 8200 \ No newline at end of file diff --git a/.history/ref-implementation/openbao/manifests/manifest_20241113101113.yml b/.history/ref-implementation/openbao/manifests/manifest_20241113101113.yml deleted file mode 100644 index d9f9c28..0000000 --- a/.history/ref-implementation/openbao/manifests/manifest_20241113101113.yml +++ /dev/null @@ -1,65 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: openbao - ---- - -apiVersion: apps/v1 -kind: Deployment -metadata: - name: openbao - namespace: openbao -spec: - replicas: 1 - selector: - matchLabels: - app: openbao - template: - metadata: - labels: - app: openbao - spec: - containers: - - name: openbao - image: openbao/openbao:latest - ports: - - protocol: TCP - containerPort: 8200 - ---- - -apiVersion: v1 -kind: Service -metadata: - name: openbao - namespace: openbao -spec: - selector: - app: openbao - ports: - - protocol: TCP - port: 8200 - targetPort: 8200 - ---- - -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: openbao-ingress - namespace: openbao - # annotations: - # nginx.ingress.kubernetes.io/rewrite-target: /ui -spec: - rules: - - host: cnoe.localtest.me - http: - paths: - - path: /openbao - pathType: Prefix - backend: - service: - name: openbao - port: - number: 8200 \ No newline at end of file diff --git a/.history/ref-implementation/openbao/values_20241113103308.yaml b/.history/ref-implementation/openbao/values_20241113103308.yaml deleted file mode 100644 index e69de29..0000000 diff --git a/.history/ref-implementation/openbao/values_20241113103317.yaml b/.history/ref-implementation/openbao/values_20241113103317.yaml deleted file mode 100644 index 30d74d2..0000000 --- a/.history/ref-implementation/openbao/values_20241113103317.yaml +++ /dev/null @@ -1 +0,0 @@ -test \ No newline at end of file diff --git a/.history/ref-implementation/openbao/values_20241113103322.yaml b/.history/ref-implementation/openbao/values_20241113103322.yaml deleted file mode 100644 index 23f90b4..0000000 --- a/.history/ref-implementation/openbao/values_20241113103322.yaml +++ /dev/null @@ -1 +0,0 @@ -test:123 \ No newline at end of file diff --git a/.history/ref-implementation/openbao/values_20241113103326.yaml b/.history/ref-implementation/openbao/values_20241113103326.yaml deleted file mode 100644 index 07fb25f..0000000 --- a/.history/ref-implementation/openbao/values_20241113103326.yaml +++ /dev/null @@ -1 +0,0 @@ -test: 123 \ No newline at end of file diff --git a/.history/ref-implementation/openbao/values_20241113105141.yaml b/.history/ref-implementation/openbao/values_20241113105141.yaml deleted file mode 100644 index 623e208..0000000 --- a/.history/ref-implementation/openbao/values_20241113105141.yaml +++ /dev/null @@ -1,2 +0,0 @@ -global: - domain: cnoe.localtest.me \ No newline at end of file diff --git a/.history/ref-implementation/openbao/values_20241113105142.yaml b/.history/ref-implementation/openbao/values_20241113105142.yaml deleted file mode 100644 index 623e208..0000000 --- a/.history/ref-implementation/openbao/values_20241113105142.yaml +++ /dev/null @@ -1,2 +0,0 @@ -global: - domain: cnoe.localtest.me \ No newline at end of file diff --git a/.history/ref-implementation/openbao_20241111143100.yaml b/.history/ref-implementation/openbao_20241111143100.yaml deleted file mode 100644 index a132e8d..0000000 --- a/.history/ref-implementation/openbao_20241111143100.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: open-bao - namespace: argocd - labels: - env: dev -spec: - destination: - namespace: open-bao - server: "https://kubernetes.default.svc" - source: - repoURL: cnoe://openbao/manifests - targetRevision: HEAD - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241111143152.yaml b/.history/ref-implementation/openbao_20241111143152.yaml deleted file mode 100644 index aa23be6..0000000 --- a/.history/ref-implementation/openbao_20241111143152.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd - labels: - env: dev -spec: - destination: - namespace: open-bao - server: "https://kubernetes.default.svc" - source: - repoURL: cnoe://openbao/manifests - targetRevision: HEAD - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241111143207.yaml b/.history/ref-implementation/openbao_20241111143207.yaml deleted file mode 100644 index 8a632d4..0000000 --- a/.history/ref-implementation/openbao_20241111143207.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd - labels: - env: dev -spec: - destination: - namespace: openbao - server: "https://kubernetes.default.svc" - source: - repoURL: cnoe://openbao/manifests - targetRevision: HEAD - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241111150421.yaml b/.history/ref-implementation/openbao_20241111150421.yaml deleted file mode 100644 index ecce75a..0000000 --- a/.history/ref-implementation/openbao_20241111150421.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd - labels: - example: dev -spec: - destination: - namespace: openbao - server: "https://kubernetes.default.svc" - source: - repoURL: cnoe://openbao/manifests - targetRevision: HEAD - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241111150423.yaml b/.history/ref-implementation/openbao_20241111150423.yaml deleted file mode 100644 index 8a632d4..0000000 --- a/.history/ref-implementation/openbao_20241111150423.yaml +++ /dev/null @@ -1,21 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd - labels: - env: dev -spec: - destination: - namespace: openbao - server: "https://kubernetes.default.svc" - source: - repoURL: cnoe://openbao/manifests - targetRevision: HEAD - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241112103833.yaml b/.history/ref-implementation/openbao_20241112103833.yaml deleted file mode 100644 index d06ab5e..0000000 --- a/.history/ref-implementation/openbao_20241112103833.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd -spec: - destination: - namespace: openbao - server: "https://kubernetes.default.svc" - source: - repoURL: cnoe://openbao/manifests - targetRevision: HEAD - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241112103904.yaml b/.history/ref-implementation/openbao_20241112103904.yaml deleted file mode 100644 index 8bcfa6f..0000000 --- a/.history/ref-implementation/openbao_20241112103904.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd -spec: - destination: - namespace: openbao - server: "https://kubernetes.default.svc" - source: - repoURL: 'https://github.com/openbao/openbao.git' - targetRevision: HEAD - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241112103909.yaml b/.history/ref-implementation/openbao_20241112103909.yaml deleted file mode 100644 index 997633d..0000000 --- a/.history/ref-implementation/openbao_20241112103909.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd -spec: - destination: - namespace: openbao - server: "https://kubernetes.default.svc" - source: - repoURL: 'https://github.com/openbao/openbao.git' - targetRevision: main - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241112103930.yaml b/.history/ref-implementation/openbao_20241112103930.yaml deleted file mode 100644 index 8d19f61..0000000 --- a/.history/ref-implementation/openbao_20241112103930.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd -spec: - destination: - namespace: openbao - server: "https://kubernetes.default.svc" - source: - repoURL: 'https://github.com/openbao/openbao.git' - targetRevision: main - path: "openbao" - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241112103938.yaml b/.history/ref-implementation/openbao_20241112103938.yaml deleted file mode 100644 index 76b59a3..0000000 --- a/.history/ref-implementation/openbao_20241112103938.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd -spec: - destination: - namespace: openbao - server: "https://kubernetes.default.svc" - source: - repoURL: 'https://github.com/openbao/openbao.git' - targetRevision: main - path: "openbao" - - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241112103940.yaml b/.history/ref-implementation/openbao_20241112103940.yaml deleted file mode 100644 index 8d19f61..0000000 --- a/.history/ref-implementation/openbao_20241112103940.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd -spec: - destination: - namespace: openbao - server: "https://kubernetes.default.svc" - source: - repoURL: 'https://github.com/openbao/openbao.git' - targetRevision: main - path: "openbao" - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241112110613.yaml b/.history/ref-implementation/openbao_20241112110613.yaml deleted file mode 100644 index 0ff12a4..0000000 --- a/.history/ref-implementation/openbao_20241112110613.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd -spec: - destination: - namespace: openbao - server: "https://kubernetes.default.svc" - source: - //repoURL: 'https://github.com/openbao/openbao.git' - targetRevision: main - path: "openbao" - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241112110615.yaml b/.history/ref-implementation/openbao_20241112110615.yaml deleted file mode 100644 index dd920ca..0000000 --- a/.history/ref-implementation/openbao_20241112110615.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd -spec: - destination: - namespace: openbao - server: "https://kubernetes.default.svc" - source: - # repoURL: 'https://github.com/openbao/openbao.git' - targetRevision: main - path: "openbao" - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241112110641.yaml b/.history/ref-implementation/openbao_20241112110641.yaml deleted file mode 100644 index 8d19f61..0000000 --- a/.history/ref-implementation/openbao_20241112110641.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd -spec: - destination: - namespace: openbao - server: "https://kubernetes.default.svc" - source: - repoURL: 'https://github.com/openbao/openbao.git' - targetRevision: main - path: "openbao" - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241112110645.yaml b/.history/ref-implementation/openbao_20241112110645.yaml deleted file mode 100644 index acc1c64..0000000 --- a/.history/ref-implementation/openbao_20241112110645.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd -spec: - destination: - namespace: openbao - server: "https://kubernetes.default.svc" - source: - repoURL: cnoe://keycloak/manifests - targetRevision: main - path: "openbao" - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241112110651.yaml b/.history/ref-implementation/openbao_20241112110651.yaml deleted file mode 100644 index 627b1fd..0000000 --- a/.history/ref-implementation/openbao_20241112110651.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd -spec: - destination: - namespace: openbao - server: "https://kubernetes.default.svc" - source: - repoURL: cnoe://keycloak/manifests - targetRevision: main - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241112110747.yaml b/.history/ref-implementation/openbao_20241112110747.yaml deleted file mode 100644 index e398adc..0000000 --- a/.history/ref-implementation/openbao_20241112110747.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd -spec: - destination: - namespace: openbao - server: "https://kubernetes.default.svc" - source: - repoURL: cnoe://keycloak/manifests - targetRevision: HEAD - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241112110753.yaml b/.history/ref-implementation/openbao_20241112110753.yaml deleted file mode 100644 index d06ab5e..0000000 --- a/.history/ref-implementation/openbao_20241112110753.yaml +++ /dev/null @@ -1,19 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd -spec: - destination: - namespace: openbao - server: "https://kubernetes.default.svc" - source: - repoURL: cnoe://openbao/manifests - targetRevision: HEAD - path: "." - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true diff --git a/.history/ref-implementation/openbao_20241113102912.yaml b/.history/ref-implementation/openbao_20241113102912.yaml deleted file mode 100644 index 164c5fb..0000000 --- a/.history/ref-implementation/openbao_20241113102912.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: argocd - namespace: argocd - labels: - env: dev -spec: - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true - destination: - name: in-cluster - namespace: argocd - sources: - - repoURL: https://github.com/argoproj/argo-helm - path: charts/argo-cd - targetRevision: HEAD - helm: - valueFiles: - - $values/stacks/core/argocd/values.yaml - - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot - targetRevision: HEAD - ref: values diff --git a/.history/ref-implementation/openbao_20241113103006.yaml b/.history/ref-implementation/openbao_20241113103006.yaml deleted file mode 100644 index 4879383..0000000 --- a/.history/ref-implementation/openbao_20241113103006.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: argocd - namespace: argocd - labels: - env: dev -spec: - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true - destination: - name: in-cluster - namespace: argocd - sources: - - repoURL: https://github.com/openbao/openbao-helm.git - path: charts/argo-cd - targetRevision: HEAD - helm: - valueFiles: - - $values/stacks/core/argocd/values.yaml - - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot - targetRevision: HEAD - ref: values diff --git a/.history/ref-implementation/openbao_20241113103024.yaml b/.history/ref-implementation/openbao_20241113103024.yaml deleted file mode 100644 index dbd59b5..0000000 --- a/.history/ref-implementation/openbao_20241113103024.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: argocd - namespace: argocd - labels: - env: dev -spec: - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true - destination: - name: in-cluster - namespace: argocd - sources: - - repoURL: https://github.com/openbao/openbao-helm.git - path: charts/openbao - targetRevision: HEAD - helm: - valueFiles: - - $values/stacks/core/argocd/values.yaml - - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot - targetRevision: HEAD - ref: values diff --git a/.history/ref-implementation/openbao_20241113103029.yaml b/.history/ref-implementation/openbao_20241113103029.yaml deleted file mode 100644 index 8d66475..0000000 --- a/.history/ref-implementation/openbao_20241113103029.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: argocd - namespace: argocd - labels: - env: dev -spec: - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true - destination: - name: in-cluster - namespace: argocd - sources: - - repoURL: https://github.com/openbao/openbao-helm.git - path: charts/openbao - targetRevision: HEAD - helm: - valueFiles: - - $values/stacks/core/openbao/values.yaml - - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot - targetRevision: HEAD - ref: values diff --git a/.history/ref-implementation/openbao_20241113104501.yaml b/.history/ref-implementation/openbao_20241113104501.yaml deleted file mode 100644 index b2e7e7f..0000000 --- a/.history/ref-implementation/openbao_20241113104501.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: argocd - namespace: argocd - labels: - env: dev -spec: - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true - destination: - name: in-cluster - namespace: argocd - sources: - - repoURL: https://github.com/openbao/openbao-helm.git - path: charts/openbao - targetRevision: HEAD - helm: - valueFiles: - - $values/stacks/core/openbao/values.yaml - # - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot - # targetRevision: HEAD - # ref: values diff --git a/.history/ref-implementation/open-bao_20241111143101.yaml b/kargo/kargo.yaml similarity index 72% rename from .history/ref-implementation/open-bao_20241111143101.yaml rename to kargo/kargo.yaml index a132e8d..820ba14 100644 --- a/.history/ref-implementation/open-bao_20241111143101.yaml +++ b/kargo/kargo.yaml @@ -1,16 +1,16 @@ apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: open-bao + name: kargo namespace: argocd - labels: - env: dev + finalizers: + - resources-finalizer.argocd.argoproj.io spec: destination: - namespace: open-bao + namespace: kargo server: "https://kubernetes.default.svc" source: - repoURL: cnoe://openbao/manifests + repoURL: cnoe://kargo targetRevision: HEAD path: "." project: default diff --git a/kargo/kargo/cert-manager.yaml b/kargo/kargo/cert-manager.yaml new file mode 100644 index 0000000..af1011a --- /dev/null +++ b/kargo/kargo/cert-manager.yaml @@ -0,0 +1,28 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: cert-manager + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + server: "https://kubernetes.default.svc" + namespace: cert-manager + source: + chart: cert-manager + repoURL: https://charts.jetstack.io + targetRevision: 1.14.5 + helm: + releaseName: cert-manager + valueFiles: + - values.yaml + values: | + installCRDs: true + project: default + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true \ No newline at end of file diff --git a/kargo/kargo/kargo.yaml b/kargo/kargo/kargo.yaml new file mode 100644 index 0000000..6bd107a --- /dev/null +++ b/kargo/kargo/kargo.yaml @@ -0,0 +1,73 @@ +apiVersion: v1 +kind: Namespace +metadata: + name: kargo +--- +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: kargo-helm + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + server: "https://kubernetes.default.svc" + namespace: kargo + source: + chart: kargo + repoURL: ghcr.io/akuity/kargo-charts + targetRevision: 1.0.3 + helm: + parameters: + - name: api.ingress.tls.enabled + value: "false" + - name: api.tls.selfSignedCert + value: "true" + - name: api.secret.name + value: kargo-api + project: default + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true +--- +apiVersion: networking.k8s.io/v1 +kind: Ingress +metadata: + name: kargo-api + namespace: kargo + annotations: + # We need the ingress to pass through ssl traffic to the vCluster + # This only works for the nginx-ingress (enable via --enable-ssl-passthrough + # https://kubernetes.github.io/ingress-nginx/user-guide/tls/#ssl-passthrough ) + # for other ingress controllers please check their respective documentation. + nginx.ingress.kubernetes.io/backend-protocol: HTTPS + nginx.ingress.kubernetes.io/ssl-passthrough: "true" + nginx.ingress.kubernetes.io/ssl-redirect: "true" +spec: + ingressClassName: "nginx" + rules: + - host: kargo.cnoe.localtest.me + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: kargo-api + port: + number: 443 +--- +apiVersion: v1 +data: + ADMIN_ACCOUNT_PASSWORD_HASH: JDJhJDEwJFpyaGhpZTR2THo1eWd0VlNhaWY2by5xTjM2amdzNnZqdE1CZE02eXJVMUZPZWlBQU1NeE9t + ADMIN_ACCOUNT_TOKEN_SIGNING_KEY: aXdpc2h0b3dhc2hteWlyaXNod3Jpc3R3YXRjaA== +kind: Secret +metadata: + labels: + name: kargo-api + namespace: kargo +type: Opaque \ No newline at end of file diff --git a/ref-implementation/openbao.yaml b/ref-implementation/openbao.yaml deleted file mode 100644 index c30e2dd..0000000 --- a/ref-implementation/openbao.yaml +++ /dev/null @@ -1,27 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: openbao - namespace: argocd - labels: - env: dev -spec: - project: default - syncPolicy: - automated: - selfHeal: true - syncOptions: - - CreateNamespace=true - destination: - name: in-cluster - namespace: openbao - sources: - - repoURL: https://github.com/openbao/openbao-helm.git - path: charts/openbao - targetRevision: HEAD - helm: - valueFiles: - - $values/stacks/core/openbao/values.yaml - - repoURL: https://gitea.cnoe.localtest.me/giteaAdmin/edfbuilder-shoot - targetRevision: HEAD - ref: values diff --git a/ref-implementation/openbao/values.yaml b/ref-implementation/openbao/values.yaml deleted file mode 100644 index 623e208..0000000 --- a/ref-implementation/openbao/values.yaml +++ /dev/null @@ -1,2 +0,0 @@ -global: - domain: cnoe.localtest.me \ No newline at end of file diff --git a/vcluster-multi-env/README.md b/vcluster-multi-env/README.md deleted file mode 100644 index 42dceba..0000000 --- a/vcluster-multi-env/README.md +++ /dev/null @@ -1,41 +0,0 @@ -# IDP Builder Multi-Environment - -Multi-environment emulation on top of CNOE. - -# Configuring Clusters - -By default, this stack creates two vclusters (staging and production). If you -desire a different configuration you can edit the following list in -`vclusters.yaml`: - -```yaml - generators: - - list: - elements: - - name: staging - - name: production -``` - -# Running - -```bash -# Create CNOE deployment with vcluster-multi-env stack -idpbuilder create -p vcluster-multi-env - -# Enroll vclusters in ArgoCD -./vcluster-multi-env/add-vclusters.sh -``` - -# Using - -Your CNOE ArgoCD should now have a cluster enrolled for each configured -vcluster (staging and production by default). These clusters will have the -following labels for your use: - -```yaml - cnoe.io/vclusterMultiEnv/clusterClass: "app-runtime" - cnoe.io/vclusterMultiEnv/clusterName: "${cluster_name}" -``` - -You may now target them using, for example, an ArgoCD ApplicationSet cluster -generator which matches these labels. diff --git a/vcluster-multi-env/add-vclusters.sh b/vcluster-multi-env/add-vclusters.sh deleted file mode 100755 index 78d6d96..0000000 --- a/vcluster-multi-env/add-vclusters.sh +++ /dev/null @@ -1,48 +0,0 @@ -#! /bin/bash - -set -eu - -vcluster_app_names=$(kubectl get application -A -l cnoe.io/applicationName=vcluster-package,cnoe.io/stackName=vcluster-multi-env --no-headers -o custom-columns=":metadata.name") -environments=$(echo "$vcluster_app_names" | cut -f 1 -d '-') - -for env in $environments; do - cluster_name=$env - - echo "Checking readiness for ${cluster_name} vcluster..." - - until kubectl get secret -n ${cluster_name}-vcluster vc-${cluster_name}-vcluster-helm &> /dev/null; do - echo "Waiting for ${cluster_name} vcluster secret to be ready..." - sleep 10 - done - - echo "${cluster_name} vcluster is ready. Retrieving credentials..." - client_key=$(kubectl get secret -n ${cluster_name}-vcluster vc-${cluster_name}-vcluster-helm --template='{{index .data "client-key" }}') - client_certificate=$(kubectl get secret -n ${cluster_name}-vcluster vc-${cluster_name}-vcluster-helm --template='{{index .data "client-certificate" }}') - certificate_authority=$(kubectl get secret -n ${cluster_name}-vcluster vc-${cluster_name}-vcluster-helm --template='{{index .data "certificate-authority" }}') - - kubectl apply -f - <