Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P1414
Ingress-dashboard-conf
Active
Public
Actions
Authored by
amadouth6
on Jul 28 2022, 3:58 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
ardumont
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: argocd-server
namespace: argocd
annotations:
#cert-manager.io/cluster-issuer: letsencrypt-prod
kubernetes.io/ingress.class: nginx
kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
# If you encounter a redirect loop or are getting a 307 response code
# then you need to force the nginx ingress to connect to the backend using HTTPS.
#
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
spec:
rules:
- host: argocd.localdomain
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: argocd-server
port:
name: https
Event Timeline
amadouth6
created this paste.
Jul 28 2022, 3:58 PM
2022-07-28 15:58:05 (UTC+2)
ardumont
added a subscriber:
ardumont
.
Jul 28 2022, 4:55 PM
2022-07-28 16:55:21 (UTC+2)
Comment Actions
Related to
T4135
Log In to Comment