mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
a669676e8b
commit
bf6314e914
3 changed files with 4 additions and 16 deletions
|
|
@ -33,7 +33,7 @@ argo-cd:
|
|||
cm:
|
||||
create: true
|
||||
annotations: {}
|
||||
url: https://argocd.internal.durp.info
|
||||
url: https://argocd.dev.durp.info
|
||||
oidc.tls.insecure.skip.verify: "true"
|
||||
dex.config: |
|
||||
connectors:
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ spec:
|
|||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`argocd.dev.internal.durp.info`)
|
||||
- match: Host(`argocd.dev.durp.info`)
|
||||
middlewares:
|
||||
- name: whitelist
|
||||
namespace: traefik
|
||||
|
|
@ -41,6 +41,6 @@ spec:
|
|||
issuerRef:
|
||||
name: letsencrypt-production
|
||||
kind: ClusterIssuer
|
||||
commonName: "argocd.dev.internal.durp.info"
|
||||
commonName: "argocd.dev.durp.info"
|
||||
dnsNames:
|
||||
- "argocd.dev.internal.durp.info"
|
||||
- "argocd.dev.durp.info"
|
||||
|
|
|
|||
|
|
@ -1,15 +1,3 @@
|
|||
#apiVersion: v1
|
||||
#kind: ConfigMap
|
||||
#metadata:
|
||||
# namespace: metallb
|
||||
# name: config
|
||||
#data:
|
||||
# config: |
|
||||
# address-pools:
|
||||
# - name: default
|
||||
# protocol: layer2
|
||||
# addresses:
|
||||
# - 192.168.10.130-192.168.10.140
|
||||
apiVersion: metallb.io/v1beta1
|
||||
kind: IPAddressPool
|
||||
metadata:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue