mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 08:41:30 -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:
|
cm:
|
||||||
create: true
|
create: true
|
||||||
annotations: {}
|
annotations: {}
|
||||||
url: https://argocd.internal.durp.info
|
url: https://argocd.dev.durp.info
|
||||||
oidc.tls.insecure.skip.verify: "true"
|
oidc.tls.insecure.skip.verify: "true"
|
||||||
dex.config: |
|
dex.config: |
|
||||||
connectors:
|
connectors:
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- websecure
|
- websecure
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`argocd.dev.internal.durp.info`)
|
- match: Host(`argocd.dev.durp.info`)
|
||||||
middlewares:
|
middlewares:
|
||||||
- name: whitelist
|
- name: whitelist
|
||||||
namespace: traefik
|
namespace: traefik
|
||||||
|
|
@ -41,6 +41,6 @@ spec:
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: letsencrypt-production
|
name: letsencrypt-production
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
commonName: "argocd.dev.internal.durp.info"
|
commonName: "argocd.dev.durp.info"
|
||||||
dnsNames:
|
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
|
apiVersion: metallb.io/v1beta1
|
||||||
kind: IPAddressPool
|
kind: IPAddressPool
|
||||||
metadata:
|
metadata:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue