devel: rename manifests/ to kustomizations/
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
hosts:
|
||||
- host: sorcerer.data.oceanbox.io
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- sorcerer.data.oceanbox.io
|
||||
secretName: prod-sorcerer-tls
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
existingClaim: prod-ceph-archives
|
||||
# existingClaim: prod-oceanbox-archives
|
||||
|
||||
nodeSelector:
|
||||
topology.kubernetes.io/group: srv
|
||||
# kubernetes.io/hostname: fs2
|
||||
# node-role.kubernetes.io/worker: c1-1
|
||||
|
||||
tolerations:
|
||||
- key: workload
|
||||
operator: Equal
|
||||
value: compute
|
||||
effect: NoSchedule
|
||||
|
||||
Reference in New Issue
Block a user