Skip to content

Commit

Permalink
--wip-- [skipci]
Browse files Browse the repository at this point in the history
  • Loading branch information
brettinternet committed Sep 20, 2024
1 parent 76f0e9b commit 05b962d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kubernetes/main/apps/database/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./namespace.yaml
# - ./cloudnative-pg/ks.yaml
- ./cloudnative-pg/ks.yaml
- ./dragonfly/ks.yaml
# - ./emqx/ks.yaml
# - ./pgadmin/ks.yaml
- ./pgadmin/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ spec:
nfs:
type: nfs
server: "${NFS_SERVER_ADDR}"
path: /media
path: "${NFS_SERVER_MEDIA_DIR}"
globalMounts:
- path: /data/nfs
2 changes: 1 addition & 1 deletion kubernetes/main/bootstrap/talos/talconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ nodes:
controlPlane: true
networkInterfaces:
- deviceSelector:
hardwareAddr: "1c:1b:0d:e9:8b:20"
hardwareAddr: "1c:1b:0d:eb:03:ed"
physical: true
dhcp: false
addresses:
Expand Down

0 comments on commit 05b962d

Please sign in to comment.