kustomization.yaml 361 B

123456789101112131415161718
  1. resources:
  2. - 1password.yaml
  3. - deployment.yaml
  4. - ingress.yaml
  5. - onionservice.yaml
  6. - poddisruptionbudget.yaml
  7. - service.yaml
  8. configMapGenerator:
  9. - name: anubis-cfg
  10. behavior: create
  11. files:
  12. - ./cfg/anubis/botPolicies.yaml
  13. - name: nginx-cfg
  14. behavior: create
  15. files:
  16. - ./cfg/nginx/mime.types
  17. - ./cfg/nginx/nginx.conf