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:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-issuer
|
||||
gethomepage.dev/enabled: "true"
|
||||
gethomepage.dev/name: "ArgoCD"
|
||||
gethomepage.dev/description: "Manage k8s applications"
|
||||
gethomepage.dev/group: "System"
|
||||
# gethomepage.dev/enabled: "true"
|
||||
# gethomepage.dev/name: "ArgoCD"
|
||||
# gethomepage.dev/description: "Manage k8s applications"
|
||||
# gethomepage.dev/group: "System"
|
||||
name: argocd
|
||||
labels:
|
||||
name: argocd
|
||||
namespace: argocd
|
||||
spec:
|
||||
rules:
|
||||
- host: argocd.int.nc.landry.land
|
||||
|
|
@ -29,7 +28,6 @@ spec:
|
|||
port:
|
||||
number: 443
|
||||
pathType: Prefix
|
||||
|
||||
tls:
|
||||
- hosts:
|
||||
- argocd.int.nc.landry.land
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ configMapGenerator:
|
|||
usernameSecret:
|
||||
key: git_username
|
||||
name: autopilot-secret
|
||||
|
||||
resources:
|
||||
- github.com/argoproj-labs/argocd-autopilot/manifests/base?ref=v0.4.17
|
||||
- ./ingress.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue