Merge branch 'main' of gitlab.com:oceanbox/manifests

This commit is contained in:
2025-04-26 19:07:08 +02:00
6 changed files with 24 additions and 26 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ description: Atlantis map and simulation service
type: application type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
version: v1.6.0 version: v1.7.0
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: v1.6.0 appVersion: v1.7.0
+1 -1
View File
@@ -5,7 +5,7 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: registry.gitlab.com/oceanbox/poseidon/atlantis repository: registry.gitlab.com/oceanbox/poseidon/atlantis
tag: v1.6.0 tag: v1.7.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
init: init:
enabled: false enabled: false
+2 -2
View File
@@ -4,7 +4,7 @@ description: A Helm chart for Kubernetes
type: application type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
version: v1.6.0 version: v1.7.0
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. # incremented each time you make changes to the application.
appVersion: v1.6.0 appVersion: v1.7.0
+1 -1
View File
@@ -5,7 +5,7 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: registry.gitlab.com/oceanbox/poseidon/sorcerer repository: registry.gitlab.com/oceanbox/poseidon/sorcerer
tag: v1.6.0 tag: v1.7.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
init: init:
enabled: false enabled: false
+1 -1
View File
@@ -1,6 +1,6 @@
replicaCount: 1 replicaCount: 1
image: image:
tag: 4c66cacb-debug tag: 864983fa-debug
podAnnotations: podAnnotations:
dapr.io/app-id: "staging-atlantis" dapr.io/app-id: "staging-atlantis"
env: env:
+17 -19
View File
@@ -1,6 +1,6 @@
replicaCount: 1 replicaCount: 1
image: image:
tag: 9eb91525-debug tag: 864983fa-debug
podAnnotations: podAnnotations:
dapr.io/enabled: "true" dapr.io/enabled: "true"
dapr.io/app-id: "staging-sorcerer" dapr.io/app-id: "staging-sorcerer"
@@ -67,7 +67,6 @@ persistence:
existingClaim: staging-sorcerer-ceph-archives existingClaim: staging-sorcerer-ceph-archives
# existingClaim: staging-oceanbox-backup-archives # existingClaim: staging-oceanbox-backup-archives
# #
# nodeSelector: # nodeSelector:
# node-role.kubernetes.io/srv: "" # node-role.kubernetes.io/srv: ""
# kubernetes.io/hostname: fs-backup # kubernetes.io/hostname: fs-backup
@@ -78,26 +77,25 @@ persistence:
# operator: Equal # operator: Equal
# value: compute # value: compute
# effect: NoSchedule # effect: NoSchedule
affinity: affinity:
nodeAffinity: nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution: requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms: nodeSelectorTerms:
- matchExpressions: - matchExpressions:
- key: "topology.kubernetes.io/group" - key: "topology.kubernetes.io/group"
operator: In operator: In
values: values:
- srv - srv
podAntiAffinity: podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution: requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector: - labelSelector:
matchExpressions: matchExpressions:
- key: "app.kubernetes.io/name" - key: "app.kubernetes.io/name"
operator: In operator: In
values: values:
- sorcerer - sorcerer
- key: "app.kubernetes.io/instance" - key: "app.kubernetes.io/instance"
operator: In operator: In
values: values:
- staging-sorcerer - staging-sorcerer
topologyKey: "kubernetes.io/hostname" topologyKey: "kubernetes.io/hostname"