Compare commits

...

1 Commits

Author SHA1 Message Date
Simon Belmas
4e619d4364 Update images + remove tsps 2025-03-03 15:26:58 +01:00

View File

@@ -11,26 +11,9 @@ spec:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
topologySpreadConstraints:
- maxSkew: 1
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: DoNotSchedule
labelSelector:
matchLabels:
app.kubernetes.io/instance: html-kube-tester
matchLabelKeys:
- pod-template-hash
- maxSkew: 1
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
app.kubernetes.io/instance: html-kube-tester
matchLabelKeys:
- pod-template-hash
initContainers:
- name: content-generator
image: quay.io/simbelmas/alpine-tools:stable
image: quay.io/simbelmas/toolbox:stable
command: ["html-kube-tester-init.sh"]
securityContext:
allowPrivilegeEscalation: false