36 lines
772 B
Plaintext
36 lines
772 B
Plaintext
|
stack: webapp-deployer-backend
|
||
|
deploy-to: k8s
|
||
|
kube-config: {{ansible_env.HOME}}/.kube/config-default.yaml
|
||
|
image-registry: container-registry.pwa.{{dns_domain}}.com/laconic-registry
|
||
|
network:
|
||
|
ports:
|
||
|
server:
|
||
|
- '9555'
|
||
|
http-proxy:
|
||
|
- host-name: webapp-deployer-api.pwa.{{ dns_domain }}.com
|
||
|
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:
|
||
|
cpus: 4
|
||
|
memory: 8G
|
||
|
limits:
|
||
|
cpus: 6
|
||
|
memory: 16G
|
||
|
volumes:
|
||
|
reservations:
|
||
|
storage: 200G
|