ci: sorcerer

This commit is contained in:
2024-02-23 15:51:48 +00:00
parent b1817e8690
commit e1e9cddea4
+2 -7
View File
@@ -1,6 +1,5 @@
image: image:
tag: e39bceba-debug tag: 9b216c8b-debug
ingress: ingress:
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-production cert-manager.io/cluster-issuer: letsencrypt-production
@@ -12,18 +11,14 @@ ingress:
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
- hosts: - hosts:
- sorcerer.beta.data.oceanbox.io - sorcerer.beta.data.oceanbox.io
secretName: staging-sorcerer-tls secretName: staging-sorcerer-tls
persistence: persistence:
existingClaim: staging-oceanbox-archives existingClaim: staging-oceanbox-archives
nodeSelector: nodeSelector:
topology.kubernetes.io/group: srv topology.kubernetes.io/group: srv
tolerations: tolerations:
- key: workload - key: workload
operator: Equal operator: Equal
value: compute value: compute
effect: NoSchedule effect: NoSchedule