2024-10-01 12:17:10 +00:00
|
|
|
stack: webapp-deployer-backend
|
|
|
|
deploy-to: k8s
|
|
|
|
kube-config: {{ansible_env.HOME}}/.kube/config-default.yaml
|
|
|
|
image-registry: container-registry.pwa.{{full_domain}}/laconic-registry
|
|
|
|
network:
|
|
|
|
ports:
|
|
|
|
server:
|
|
|
|
- '9555'
|
|
|
|
http-proxy:
|
|
|
|
- host-name: webapp-deployer-api.pwa.{{ full_domain }}
|
|
|
|
routes:
|
|
|
|
- path: '/'
|
|
|
|
proxy-to: server:9555
|
|
|
|
volumes:
|
|
|
|
srv:
|
|
|
|
configmaps:
|
|
|
|
config: ./data/config
|
|
|
|
annotations:
|
|
|
|
container.apparmor.security.beta.kubernetes.io/{name}: unconfined
|
|
|
|
labels:
|
|
|
|
container.kubeaudit.io/{name}.allow-disabled-apparmor: "podman"
|
|
|
|
security:
|
|
|
|
privileged: true
|
|
|
|
|
|
|
|
resources:
|
|
|
|
containers:
|
|
|
|
reservations:
|
2024-10-08 12:41:36 +00:00
|
|
|
cpus: {{ cpu_reservation }}
|
|
|
|
memory: {{ memory_reservation }}
|
2024-10-01 12:17:10 +00:00
|
|
|
limits:
|
2024-10-08 12:41:36 +00:00
|
|
|
cpus: {{ cpu_limit }}
|
|
|
|
memory: {{ memory_limit }}
|
2024-10-01 12:17:10 +00:00
|
|
|
volumes:
|
|
|
|
reservations:
|
|
|
|
storage: 200G
|