diff --git a/deployment.yaml b/deployment.yaml index 5950b3e..a0cb688 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -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