kustomization.yaml 168 B

12345678910
  1. resources:
  2. - deployment.yaml
  3. - service.yaml
  4. - ingress.yaml
  5. configMapGenerator:
  6. - name: nginx-cfg
  7. behavior: create
  8. files:
  9. - ./conf.d/default.conf