This commit is contained in:
2024-05-17 04:52:41 -05:00
parent a669676e8b
commit bf6314e914
3 changed files with 4 additions and 16 deletions

View File

@@ -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:

View File

@@ -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"

View File

@@ -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: