Skip to content

Commit

Permalink
fix: remove default ns
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Witlin <[email protected]>
  • Loading branch information
coolguy1771 committed Oct 10, 2024
1 parent 1ca1f61 commit a83eeb9
Show file tree
Hide file tree
Showing 18 changed files with 51 additions and 461 deletions.
2 changes: 1 addition & 1 deletion .archive/cobra/apps/system-upgrade/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
labels:
kustomize.toolkit.fluxcd.io/prune: disabled
annotations:
istio-injection: enabled

2 changes: 1 addition & 1 deletion .archive/tetragon-system/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
labels:
kustomize.toolkit.fluxcd.io/prune: disabled
annotations:
istio-injection: enabled

2 changes: 1 addition & 1 deletion .taskfiles/Rook/templates/WipeDataJob.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
nodeName: ${node}
containers:
- name: main
image: docker.io/library/alpine:latest
image: docker.io/library/alpine:3.20.3
command: ["/bin/sh", "-c"]
args: ["rm -rf /mnt/host_var/lib/rook"]
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion .taskfiles/Rook/templates/WipeDiskJob.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
nodeName: ${node}
containers:
- name: main
image: docker.io/library/alpine:latest
image: docker.io/library/alpine:3.20.3
command: ["/bin/sh", "-c"]
args:
- apk add --no-cache sgdisk util-linux util-linux-misc parted device-mapper;
Expand Down
4 changes: 4 additions & 0 deletions kubernetes/kyak/apps/auth/keycloak/cluster/keycloak.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
# yaml-language-server: $schema=
apiVersion: k8s.keycloak.org/v2alpha1
kind: Keycloak
metadata:
Expand Down Expand Up @@ -79,3 +81,5 @@ spec:
annotations:
external-dns.alpha.kubernetes.io/target: external.${SECRET_PUBLIC_DOMAIN}
cert-manager.io/cluster-issuer: letsencrypt-production

# https://github.com/wadahiro/keycloak-discord/releases/download/v0.5.0/keycloak-discord-0.5.0.jar
22 changes: 15 additions & 7 deletions kubernetes/sol/apps/cert-manager/cert-manager/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,24 @@ spec:
uninstall:
keepHistory: false
values:
installCRDs: true
dns01RecursiveNameservers: 1.1.1.1:53,8.8.8.8:53
replicaCount: 1
crds:
enabled: true
dns01RecursiveNameservers: https://1.1.1.1:443/dns-query,https://1.0.0.1:443/dns-query
dns01RecursiveNameserversOnly: true
podDnsPolicy: None
podDnsConfig:
nameservers:
- "1.1.1.1"
- "8.8.8.8"
prometheus:
enabled: true
servicemonitor:
enabled: true
prometheusInstance: monitoring
webhook:
replicaCount: 1
cainjector:
replicaCount: 1
podLabels:
egress.home.arpa/apiserver: allow
egress.home.arpa/kubedns: allow # TODO: Remove when clusterNetworkPolicy is in place
# config:
# apiVersion: controller.config.cert-manager.io/v1alpha1
# kind: ControllerConfiguration
# enableGatewayAPI: true
2 changes: 1 addition & 1 deletion kubernetes/sol/apps/cert-manager/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ metadata:
labels:
kustomize.toolkit.fluxcd.io/prune: disabled
annotations:
istio-injection: enabled

63 changes: 0 additions & 63 deletions kubernetes/sol/apps/default/kopia/app/externalsecret.yaml

This file was deleted.

133 changes: 0 additions & 133 deletions kubernetes/sol/apps/default/kopia/app/helmrelease.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions kubernetes/sol/apps/default/kopia/app/kustomization.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions kubernetes/sol/apps/default/kopia/ks.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions kubernetes/sol/apps/default/kustomization.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions kubernetes/sol/apps/default/minio/app/externalsecret.yaml

This file was deleted.

Loading

0 comments on commit a83eeb9

Please sign in to comment.