Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(kopia): rename kopia to kopia-b2 #1579

Merged
merged 1 commit into from
Nov 12, 2024
Merged

chore(kopia): rename kopia to kopia-b2 #1579

merged 1 commit into from
Nov 12, 2024

Conversation

martinohmann
Copy link
Owner

No description provided.

@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory area/terraform Changes made in the terraform directory cluster/main cluster/storage labels Nov 12, 2024
Copy link

github-actions bot commented Nov 12, 2024

kustomization changes in kubernetes/storage

--- kubernetes/storage/apps/default/kopia/app Kustomization: flux-system/kopia HelmRelease: default/kopia

+++ kubernetes/storage/apps/default/kopia/app Kustomization: flux-system/kopia HelmRelease: default/kopia

@@ -1,145 +0,0 @@

----
-apiVersion: helm.toolkit.fluxcd.io/v2
-kind: HelmRelease
-metadata:
-  labels:
-    app.kubernetes.io/name: kopia
-    kustomize.toolkit.fluxcd.io/name: kopia
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: kopia
-  namespace: default
-spec:
-  chart:
-    spec:
-      chart: app-template
-      interval: 30m
-      sourceRef:
-        kind: HelmRepository
-        name: bjw-s
-        namespace: flux-system
-      version: 3.5.1
-  interval: 2h
-  values:
-    controllers:
-      kopia:
-        annotations:
-          reloader.stakater.com/auto: 'true'
-        containers:
-          app:
-            args:
-            - server
-            - start
-            - --insecure
-            - --address
-            - 0.0.0.0:80
-            - --override-hostname
-            - storage.svc.18b.lan
-            - --override-username
-            - mohmann
-            - --without-password
-            - --metrics-listen-addr
-            - 0.0.0.0:8080
-            envFrom:
-            - secretRef:
-                name: kopia-secret
-            image:
-              repository: docker.io/kopia/kopia
-              tag: 0.17.0
-            probes:
-              liveness:
-                custom: true
-                enabled: true
-                spec:
-                  failureThreshold: 6
-                  httpGet:
-                    path: /
-                    port: 80
-                  initialDelaySeconds: 10
-                  periodSeconds: 10
-                  timeoutSeconds: 10
-              readiness:
-                custom: true
-                enabled: true
-                spec:
-                  failureThreshold: 6
-                  httpGet:
-                    path: /
-                    port: 80
-                  initialDelaySeconds: 10
-                  periodSeconds: 10
-                  timeoutSeconds: 10
-              startup:
-                enabled: false
-            resources:
-              requests:
-                cpu: 5m
-                memory: 128Mi
-            securityContext:
-              privileged: true
-              runAsUser: 0
-    ingress:
-      app:
-        annotations:
-          nginx.ingress.kubernetes.io/auth-response-headers: Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid
-          nginx.ingress.kubernetes.io/auth-signin: https://kopia.18b.haus/outpost.goauthentik.io/start?rd=$escaped_request_uri
-          nginx.ingress.kubernetes.io/auth-snippet: |
-            proxy_set_header X-Forwarded-Host $http_host;
-          nginx.ingress.kubernetes.io/auth-url: http://authentik-outpost-proxy.identity.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
-        className: internal
-        hosts:
-        - host: kopia.18b.haus
-          paths:
-          - path: /
-            service:
-              identifier: app
-              port: http
-        tls:
-        - hosts:
-          - kopia.18b.haus
-    persistence:
-      backup:
-        globalMounts:
-        - path: /io/backup
-          readOnly: true
-        hostPath: /io/backup
-        hostPathType: Directory
-        type: hostPath
-      cache:
-        globalMounts:
-        - path: /app/cache
-        type: emptyDir
-      config-file:
-        globalMounts:
-        - path: /app/config/repository.config
-          readOnly: true
-          subPath: repository.config
-        name: kopia-repository-secret
-        type: secret
-      logs:
-        globalMounts:
-        - path: /app/logs
-        type: emptyDir
-      restore:
-        globalMounts:
-        - path: /io/restore
-        hostPath: /io/restore
-        hostPathType: Directory
-        type: hostPath
-    service:
-      app:
-        controller: kopia
-        ports:
-          http:
-            port: 80
-          metrics:
-            port: 8080
-    serviceMonitor:
-      app:
-        endpoints:
-        - interval: 1m
-          path: /metrics
-          port: metrics
-          scheme: http
-          scrapeTimeout: 10s
-        serviceName: kopia
-
--- kubernetes/storage/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/kopia

+++ kubernetes/storage/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/kopia

@@ -1,32 +0,0 @@

----
-apiVersion: kustomize.toolkit.fluxcd.io/v1
-kind: Kustomization
-metadata:
-  labels:
-    kustomize.toolkit.fluxcd.io/name: cluster-apps
-    kustomize.toolkit.fluxcd.io/namespace: flux-system
-  name: kopia
-  namespace: flux-system
-spec:
-  commonMetadata:
-    labels:
-      app.kubernetes.io/name: kopia
-  decryption:
-    provider: sops
-    secretRef:
-      name: sops-age
-  interval: 30m
-  path: ./kubernetes/storage/apps/default/kopia/app
-  postBuild:
-    substituteFrom:
-    - kind: Secret
-      name: cluster-secrets
-  prune: true
-  retryInterval: 1m
-  sourceRef:
-    kind: GitRepository
-    name: home-kubernetes
-  targetNamespace: default
-  timeout: 5m
-  wait: false
-
--- kubernetes/storage/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/kopia-b2

+++ kubernetes/storage/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/kopia-b2

@@ -0,0 +1,32 @@

+---
+apiVersion: kustomize.toolkit.fluxcd.io/v1
+kind: Kustomization
+metadata:
+  labels:
+    kustomize.toolkit.fluxcd.io/name: cluster-apps
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: kopia-b2
+  namespace: flux-system
+spec:
+  commonMetadata:
+    labels:
+      app.kubernetes.io/name: kopia-b2
+  decryption:
+    provider: sops
+    secretRef:
+      name: sops-age
+  interval: 30m
+  path: ./kubernetes/storage/apps/default/kopia/b2
+  postBuild:
+    substituteFrom:
+    - kind: Secret
+      name: cluster-secrets
+  prune: true
+  retryInterval: 1m
+  sourceRef:
+    kind: GitRepository
+    name: home-kubernetes
+  targetNamespace: default
+  timeout: 5m
+  wait: false
+
--- kubernetes/storage/apps/default/kopia/b2 Kustomization: flux-system/kopia-b2 HelmRelease: default/kopia-b2

+++ kubernetes/storage/apps/default/kopia/b2 Kustomization: flux-system/kopia-b2 HelmRelease: default/kopia-b2

@@ -0,0 +1,145 @@

+---
+apiVersion: helm.toolkit.fluxcd.io/v2
+kind: HelmRelease
+metadata:
+  labels:
+    app.kubernetes.io/name: kopia-b2
+    kustomize.toolkit.fluxcd.io/name: kopia-b2
+    kustomize.toolkit.fluxcd.io/namespace: flux-system
+  name: kopia-b2
+  namespace: default
+spec:
+  chart:
+    spec:
+      chart: app-template
+      interval: 30m
+      sourceRef:
+        kind: HelmRepository
+        name: bjw-s
+        namespace: flux-system
+      version: 3.5.1
+  interval: 2h
+  values:
+    controllers:
+      kopia-b2:
+        annotations:
+          reloader.stakater.com/auto: 'true'
+        containers:
+          app:
+            args:
+            - server
+            - start
+            - --insecure
+            - --address
+            - 0.0.0.0:80
+            - --override-hostname
+            - storage.svc.18b.lan
+            - --override-username
+            - mohmann
+            - --without-password
+            - --metrics-listen-addr
+            - 0.0.0.0:8080
+            envFrom:
+            - secretRef:
+                name: kopia-b2-secret
+            image:
+              repository: docker.io/kopia/kopia
+              tag: 0.17.0
+            probes:
+              liveness:
+                custom: true
+                enabled: true
+                spec:
+                  failureThreshold: 6
+                  httpGet:
+                    path: /
+                    port: 80
+                  initialDelaySeconds: 10
+                  periodSeconds: 10
+                  timeoutSeconds: 10
+              readiness:
+                custom: true
+                enabled: true
+                spec:
+                  failureThreshold: 6
+                  httpGet:
+                    path: /
+                    port: 80
+                  initialDelaySeconds: 10
+                  periodSeconds: 10
+                  timeoutSeconds: 10
+              startup:
+                enabled: false
+            resources:
+              requests:
+                cpu: 5m
+                memory: 128Mi
+            securityContext:
+              privileged: true
+              runAsUser: 0
+    ingress:
+      app:
+        annotations:
+          nginx.ingress.kubernetes.io/auth-response-headers: Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid
+          nginx.ingress.kubernetes.io/auth-signin: https://kopia-b2.18b.haus/outpost.goauthentik.io/start?rd=$escaped_request_uri
+          nginx.ingress.kubernetes.io/auth-snippet: |
+            proxy_set_header X-Forwarded-Host $http_host;
+          nginx.ingress.kubernetes.io/auth-url: http://authentik-outpost-proxy.identity.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
+        className: internal
+        hosts:
+        - host: kopia-b2.18b.haus
+          paths:
+          - path: /
+            service:
+              identifier: app
+              port: http
+        tls:
+        - hosts:
+          - kopia-b2.18b.haus
+    persistence:
+      backup:
+        globalMounts:
+        - path: /io/backup
+          readOnly: true
+        hostPath: /io/backup
+        hostPathType: Directory
+        type: hostPath
+      cache:
+        globalMounts:
+        - path: /app/cache
+        type: emptyDir
+      config-file:
+        globalMounts:
+        - path: /app/config/repository.config
+          readOnly: true
+          subPath: repository.config
+        name: kopia-b2-repository-secret
+        type: secret
+      logs:
+        globalMounts:
+        - path: /app/logs
+        type: emptyDir
+      restore:
+        globalMounts:
+        - path: /io/restore
+        hostPath: /io/restore
+        hostPathType: Directory
+        type: hostPath
+    service:
+      app:
+        controller: kopia-b2
+        ports:
+          http:
+            port: 80
+          metrics:
+            port: 8080
+    serviceMonitor:
+      app:
+        endpoints:
+        - interval: 1m
+          path: /metrics
+          port: metrics
+          scheme: http
+          scrapeTimeout: 10s
+        serviceName: kopia-b2
+

Copy link

github-actions bot commented Nov 12, 2024

helmrelease changes in kubernetes/storage

--- HelmRelease: default/kopia Service: default/kopia

+++ HelmRelease: default/kopia Service: default/kopia

@@ -1,26 +0,0 @@

----
-apiVersion: v1
-kind: Service
-metadata:
-  name: kopia
-  labels:
-    app.kubernetes.io/instance: kopia
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/name: kopia
-    app.kubernetes.io/service: kopia
-spec:
-  type: ClusterIP
-  ports:
-  - port: 80
-    targetPort: 80
-    protocol: TCP
-    name: http
-  - port: 8080
-    targetPort: 8080
-    protocol: TCP
-    name: metrics
-  selector:
-    app.kubernetes.io/component: kopia
-    app.kubernetes.io/instance: kopia
-    app.kubernetes.io/name: kopia
-
--- HelmRelease: default/kopia Deployment: default/kopia

+++ HelmRelease: default/kopia Deployment: default/kopia

@@ -1,109 +0,0 @@

----
-apiVersion: apps/v1
-kind: Deployment
-metadata:
-  name: kopia
-  labels:
-    app.kubernetes.io/component: kopia
-    app.kubernetes.io/instance: kopia
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/name: kopia
-  annotations:
-    reloader.stakater.com/auto: 'true'
-spec:
-  revisionHistoryLimit: 3
-  replicas: 1
-  strategy:
-    type: Recreate
-  selector:
-    matchLabels:
-      app.kubernetes.io/component: kopia
-      app.kubernetes.io/name: kopia
-      app.kubernetes.io/instance: kopia
-  template:
-    metadata:
-      labels:
-        app.kubernetes.io/component: kopia
-        app.kubernetes.io/instance: kopia
-        app.kubernetes.io/name: kopia
-    spec:
-      enableServiceLinks: false
-      serviceAccountName: default
-      automountServiceAccountToken: true
-      hostIPC: false
-      hostNetwork: false
-      hostPID: false
-      dnsPolicy: ClusterFirst
-      containers:
-      - args:
-        - server
-        - start
-        - --insecure
-        - --address
-        - 0.0.0.0:80
-        - --override-hostname
-        - storage.svc.18b.lan
-        - --override-username
-        - mohmann
-        - --without-password
-        - --metrics-listen-addr
-        - 0.0.0.0:8080
-        envFrom:
-        - secretRef:
-            name: kopia-secret
-        image: docker.io/kopia/kopia:0.17.0
-        livenessProbe:
-          failureThreshold: 6
-          httpGet:
-            path: /
-            port: 80
-          initialDelaySeconds: 10
-          periodSeconds: 10
-          timeoutSeconds: 10
-        name: app
-        readinessProbe:
-          failureThreshold: 6
-          httpGet:
-            path: /
-            port: 80
-          initialDelaySeconds: 10
-          periodSeconds: 10
-          timeoutSeconds: 10
-        resources:
-          requests:
-            cpu: 5m
-            memory: 128Mi
-        securityContext:
-          privileged: true
-          runAsUser: 0
-        volumeMounts:
-        - mountPath: /io/backup
-          name: backup
-          readOnly: true
-        - mountPath: /app/cache
-          name: cache
-        - mountPath: /app/config/repository.config
-          name: config-file
-          readOnly: true
-          subPath: repository.config
-        - mountPath: /app/logs
-          name: logs
-        - mountPath: /io/restore
-          name: restore
-      volumes:
-      - hostPath:
-          path: /io/backup
-          type: Directory
-        name: backup
-      - emptyDir: {}
-        name: cache
-      - name: config-file
-        secret:
-          secretName: kopia-repository-secret
-      - emptyDir: {}
-        name: logs
-      - hostPath:
-          path: /io/restore
-          type: Directory
-        name: restore
-
--- HelmRelease: default/kopia Ingress: default/kopia

+++ HelmRelease: default/kopia Ingress: default/kopia

@@ -1,32 +0,0 @@

----
-apiVersion: networking.k8s.io/v1
-kind: Ingress
-metadata:
-  name: kopia
-  labels:
-    app.kubernetes.io/instance: kopia
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/name: kopia
-  annotations:
-    nginx.ingress.kubernetes.io/auth-response-headers: Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid
-    nginx.ingress.kubernetes.io/auth-signin: https://kopia.18b.haus/outpost.goauthentik.io/start?rd=$escaped_request_uri
-    nginx.ingress.kubernetes.io/auth-snippet: |
-      proxy_set_header X-Forwarded-Host $http_host;
-    nginx.ingress.kubernetes.io/auth-url: http://authentik-outpost-proxy.identity.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
-spec:
-  ingressClassName: internal
-  tls:
-  - hosts:
-    - kopia.18b.haus
-  rules:
-  - host: kopia.18b.haus
-    http:
-      paths:
-      - path: /
-        pathType: Prefix
-        backend:
-          service:
-            name: kopia
-            port:
-              number: 80
-
--- HelmRelease: default/kopia ServiceMonitor: default/kopia

+++ HelmRelease: default/kopia ServiceMonitor: default/kopia

@@ -1,26 +0,0 @@

----
-apiVersion: monitoring.coreos.com/v1
-kind: ServiceMonitor
-metadata:
-  name: kopia
-  labels:
-    app.kubernetes.io/instance: kopia
-    app.kubernetes.io/managed-by: Helm
-    app.kubernetes.io/name: kopia
-spec:
-  jobLabel: kopia
-  namespaceSelector:
-    matchNames:
-    - default
-  selector:
-    matchLabels:
-      app.kubernetes.io/service: kopia
-      app.kubernetes.io/name: kopia
-      app.kubernetes.io/instance: kopia
-  endpoints:
-  - interval: 1m
-    path: /metrics
-    port: metrics
-    scheme: http
-    scrapeTimeout: 10s
-
--- HelmRelease: default/kopia-b2 Service: default/kopia-b2

+++ HelmRelease: default/kopia-b2 Service: default/kopia-b2

@@ -0,0 +1,26 @@

+---
+apiVersion: v1
+kind: Service
+metadata:
+  name: kopia-b2
+  labels:
+    app.kubernetes.io/instance: kopia-b2
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: kopia-b2
+    app.kubernetes.io/service: kopia-b2
+spec:
+  type: ClusterIP
+  ports:
+  - port: 80
+    targetPort: 80
+    protocol: TCP
+    name: http
+  - port: 8080
+    targetPort: 8080
+    protocol: TCP
+    name: metrics
+  selector:
+    app.kubernetes.io/component: kopia-b2
+    app.kubernetes.io/instance: kopia-b2
+    app.kubernetes.io/name: kopia-b2
+
--- HelmRelease: default/kopia-b2 Deployment: default/kopia-b2

+++ HelmRelease: default/kopia-b2 Deployment: default/kopia-b2

@@ -0,0 +1,109 @@

+---
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+  name: kopia-b2
+  labels:
+    app.kubernetes.io/component: kopia-b2
+    app.kubernetes.io/instance: kopia-b2
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: kopia-b2
+  annotations:
+    reloader.stakater.com/auto: 'true'
+spec:
+  revisionHistoryLimit: 3
+  replicas: 1
+  strategy:
+    type: Recreate
+  selector:
+    matchLabels:
+      app.kubernetes.io/component: kopia-b2
+      app.kubernetes.io/name: kopia-b2
+      app.kubernetes.io/instance: kopia-b2
+  template:
+    metadata:
+      labels:
+        app.kubernetes.io/component: kopia-b2
+        app.kubernetes.io/instance: kopia-b2
+        app.kubernetes.io/name: kopia-b2
+    spec:
+      enableServiceLinks: false
+      serviceAccountName: default
+      automountServiceAccountToken: true
+      hostIPC: false
+      hostNetwork: false
+      hostPID: false
+      dnsPolicy: ClusterFirst
+      containers:
+      - args:
+        - server
+        - start
+        - --insecure
+        - --address
+        - 0.0.0.0:80
+        - --override-hostname
+        - storage.svc.18b.lan
+        - --override-username
+        - mohmann
+        - --without-password
+        - --metrics-listen-addr
+        - 0.0.0.0:8080
+        envFrom:
+        - secretRef:
+            name: kopia-b2-secret
+        image: docker.io/kopia/kopia:0.17.0
+        livenessProbe:
+          failureThreshold: 6
+          httpGet:
+            path: /
+            port: 80
+          initialDelaySeconds: 10
+          periodSeconds: 10
+          timeoutSeconds: 10
+        name: app
+        readinessProbe:
+          failureThreshold: 6
+          httpGet:
+            path: /
+            port: 80
+          initialDelaySeconds: 10
+          periodSeconds: 10
+          timeoutSeconds: 10
+        resources:
+          requests:
+            cpu: 5m
+            memory: 128Mi
+        securityContext:
+          privileged: true
+          runAsUser: 0
+        volumeMounts:
+        - mountPath: /io/backup
+          name: backup
+          readOnly: true
+        - mountPath: /app/cache
+          name: cache
+        - mountPath: /app/config/repository.config
+          name: config-file
+          readOnly: true
+          subPath: repository.config
+        - mountPath: /app/logs
+          name: logs
+        - mountPath: /io/restore
+          name: restore
+      volumes:
+      - hostPath:
+          path: /io/backup
+          type: Directory
+        name: backup
+      - emptyDir: {}
+        name: cache
+      - name: config-file
+        secret:
+          secretName: kopia-b2-repository-secret
+      - emptyDir: {}
+        name: logs
+      - hostPath:
+          path: /io/restore
+          type: Directory
+        name: restore
+
--- HelmRelease: default/kopia-b2 Ingress: default/kopia-b2

+++ HelmRelease: default/kopia-b2 Ingress: default/kopia-b2

@@ -0,0 +1,32 @@

+---
+apiVersion: networking.k8s.io/v1
+kind: Ingress
+metadata:
+  name: kopia-b2
+  labels:
+    app.kubernetes.io/instance: kopia-b2
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: kopia-b2
+  annotations:
+    nginx.ingress.kubernetes.io/auth-response-headers: Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid
+    nginx.ingress.kubernetes.io/auth-signin: https://kopia-b2.18b.haus/outpost.goauthentik.io/start?rd=$escaped_request_uri
+    nginx.ingress.kubernetes.io/auth-snippet: |
+      proxy_set_header X-Forwarded-Host $http_host;
+    nginx.ingress.kubernetes.io/auth-url: http://authentik-outpost-proxy.identity.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
+spec:
+  ingressClassName: internal
+  tls:
+  - hosts:
+    - kopia-b2.18b.haus
+  rules:
+  - host: kopia-b2.18b.haus
+    http:
+      paths:
+      - path: /
+        pathType: Prefix
+        backend:
+          service:
+            name: kopia-b2
+            port:
+              number: 80
+
--- HelmRelease: default/kopia-b2 ServiceMonitor: default/kopia-b2

+++ HelmRelease: default/kopia-b2 ServiceMonitor: default/kopia-b2

@@ -0,0 +1,26 @@

+---
+apiVersion: monitoring.coreos.com/v1
+kind: ServiceMonitor
+metadata:
+  name: kopia-b2
+  labels:
+    app.kubernetes.io/instance: kopia-b2
+    app.kubernetes.io/managed-by: Helm
+    app.kubernetes.io/name: kopia-b2
+spec:
+  jobLabel: kopia-b2
+  namespaceSelector:
+    matchNames:
+    - default
+  selector:
+    matchLabels:
+      app.kubernetes.io/service: kopia-b2
+      app.kubernetes.io/name: kopia-b2
+      app.kubernetes.io/instance: kopia-b2
+  endpoints:
+  - interval: 1m
+    path: /metrics
+    port: metrics
+    scheme: http
+    scrapeTimeout: 10s
+

Copy link

kustomization changes in kubernetes/main

--- kubernetes/main/apps/default/homepage/app Kustomization: flux-system/homepage ConfigMap: default/homepage

+++ kubernetes/main/apps/default/homepage/app Kustomization: flux-system/homepage ConfigMap: default/homepage

@@ -26,14 +26,14 @@

             href: https://unifi.18b.haus
             icon: unifi-controller.png
     - Storage:
         - Filebrowser:
             href: https://filebrowser.18b.haus
             icon: filebrowser.png
-        - Kopia:
-            href: https://kopia.18b.haus
+        - Kopia (b2):
+            href: https://kopia-b2.18b.haus
             icon: kopia.png
         - Minio:
             href: https://minio.18b.haus
             icon: minio.png
     - Tools:
         - Zot Registry:

@martinohmann martinohmann merged commit 7565f14 into main Nov 12, 2024
10 checks passed
@martinohmann martinohmann deleted the kopia/rename-b2 branch November 12, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory area/terraform Changes made in the terraform directory cluster/main cluster/storage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant