update
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user