fix(bootstrap): trying to get ingress working
This commit is contained in:
parent
056cc88ed8
commit
efe6f7c59f
2 changed files with 6 additions and 7 deletions
|
|
@ -3,13 +3,12 @@ kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||||
gethomepage.dev/enabled: "true"
|
# gethomepage.dev/enabled: "true"
|
||||||
gethomepage.dev/name: "ArgoCD"
|
# gethomepage.dev/name: "ArgoCD"
|
||||||
gethomepage.dev/description: "Manage k8s applications"
|
# gethomepage.dev/description: "Manage k8s applications"
|
||||||
gethomepage.dev/group: "System"
|
# gethomepage.dev/group: "System"
|
||||||
name: argocd
|
name: argocd
|
||||||
labels:
|
namespace: argocd
|
||||||
name: argocd
|
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: argocd.int.nc.landry.land
|
- host: argocd.int.nc.landry.land
|
||||||
|
|
@ -29,7 +28,6 @@ spec:
|
||||||
port:
|
port:
|
||||||
number: 443
|
number: 443
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- argocd.int.nc.landry.land
|
- argocd.int.nc.landry.land
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ configMapGenerator:
|
||||||
usernameSecret:
|
usernameSecret:
|
||||||
key: git_username
|
key: git_username
|
||||||
name: autopilot-secret
|
name: autopilot-secret
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.17
|
- github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.17
|
||||||
- ./ingress.yaml
|
- ./ingress.yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue