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

secrets:
  secret0:
    name: example-secret0
    data:
      username: dXNlcm5hbWU= # Base64-encoded 'username'
      password: cGFzc3dvcmQ= # Base64-encoded 'password'

  secret1:
    name: example-secret1
    type: Opaque
    data:
      username: example
      password: example