kszpakowski
Results
2
comments of
kszpakowski
Following configuration works without further modifications ```yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: argocd-server-http-ingress namespace: argocd annotations: kubernetes.io/ingress.class: "nginx" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" spec: rules: - http: paths: - pathType:...
@markstos I already have /etc/hosts entry for IPv6 localhost and unfortunately it still does not work.