31 lines
627 B
YAML
31 lines
627 B
YAML
ingress:
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
|
hosts:
|
|
- host: sorcerer.srv.archive.oceanbox.io
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|
|
tls:
|
|
- hosts:
|
|
- sorcerer.srv.archive.oceanbox.io
|
|
secretName: prod-sorcerer-tls
|
|
|
|
nodeSelector:
|
|
nfs: data
|
|
|
|
tolerations:
|
|
- key: workload
|
|
operator: Equal
|
|
value: data
|
|
effect: NoSchedule
|
|
|
|
affinity:
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
nodeSelectorTerms:
|
|
- matchExpressions:
|
|
- key: topology.kubernetes.io/group
|
|
operator: In
|
|
values:
|
|
- c1
|