There was an error while loading. Please reload this page.
Create a Deployment served by an Ingress on /, with a tls.
/
ingress: enabled: true hostGroups: test: tls: enabled: true hosts: - test.camptocamp.com services: deployment1: enabled: true ingress: enabled: true path: / service: servicePort: 80 ports: - port: 80 targetPort: http protocol: TCP name: http containers: container1: image: repository: camptocamp/image tag: latest ports: http: containerPort: 8080 protocol: TCP