We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checklist:
Describe the bug
To Reproduce
apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: argocd-ingress annotations: nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" spec: ingressClassName: nginx rules: - host: mydomain.com http: paths: - path: /argocd(/|$)(.*) pathType: Prefix backend: service: name: argocd-server port: number: 443
containers: - args: - /usr/local/bin/argocd-server - --rootpath=/argocd/ # added this line - --basehref=/argocd/ # added this line env: - name: REDIS_PASSWORD valueFrom: secretKeyRef: key: auth name: argocd-redis
Expected behavior
Version
argocd version v2.13.2+dc43124
argocd version
Please help.
Thanks & Regards DK
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist:
Describe the bug
To Reproduce
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: argocd-ingress
annotations:
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
spec:
ingressClassName: nginx
rules:
- host: mydomain.com
http:
paths:
- path: /argocd(/|$)(.*)
pathType: Prefix
backend:
service:
name: argocd-server
port:
number: 443
containers:
- args:
- /usr/local/bin/argocd-server
- --rootpath=/argocd/ # added this line
- --basehref=/argocd/ # added this line
env:
- name: REDIS_PASSWORD
valueFrom:
secretKeyRef:
key: auth
name: argocd-redis
Expected behavior
Version
argocd version
v2.13.2+dc43124Please help.
Thanks & Regards
DK
The text was updated successfully, but these errors were encountered: