Skip to content
Snippets Groups Projects
values.yaml 543 B
extraIngress:
  name: example-extra-ingress
  ingressClassName: traefik
  rules:
    default:
      host: test.com
      http:
        paths:
          - path: /
            pathType: ImplementationSpecific
            backend:
              serviceName: webservice
              servicePort: 8080
  tls:
    default:
      hosts:
        - test.com
      secretName: test-tls

secret:
  name: example-secret
  type: Generic
  data:
    username: dXNlcm5hbWU= # Base64-encoded 'username'
    password: cGFzc3dvcmQ= # Base64-encoded 'password'