Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
Marx2 committed Dec 31, 2024
1 parent d55279a commit 25873d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cluster/apps/database/phpmyadmin/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: &app phpmyadmin
name: phpmyadmin
namespace: database
spec:
interval: 30m
Expand Down Expand Up @@ -47,7 +47,7 @@ spec:

service:
app:
controller: *app
controller: app
ports:
http:
port: 80
Expand Down
4 changes: 2 additions & 2 deletions cluster/apps/networking/capacitor/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: &app capacitor
name: capacitor
namespace: networking
spec:
interval: 30m
Expand Down Expand Up @@ -46,7 +46,7 @@ spec:
ephemeral-storage: 2Gi
service:
app:
controller: *app
controller: app
ports:
http:
port: 9000
Expand Down

0 comments on commit 25873d7

Please sign in to comment.