Update images + remove tsps

This commit is contained in:
Simon Belmas
2025-03-03 15:26:58 +01:00
parent 0b156f5b48
commit 4e619d4364

View File

@@ -11,26 +11,9 @@ spec:
runAsNonRoot: true runAsNonRoot: true
seccompProfile: seccompProfile:
type: RuntimeDefault 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: initContainers:
- name: content-generator - name: content-generator
image: quay.io/simbelmas/alpine-tools:stable image: quay.io/simbelmas/toolbox:stable
command: ["html-kube-tester-init.sh"] command: ["html-kube-tester-init.sh"]
securityContext: securityContext:
allowPrivilegeEscalation: false allowPrivilegeEscalation: false