fix: frontend port 8080
This commit is contained in:
@@ -24,22 +24,17 @@ spec:
|
|||||||
values:
|
values:
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
externalDatabase:
|
externalDatabase:
|
||||||
host: sparkyfitness-db-rw.sparkyfitness.svc.cluster.local
|
host: sparkyfitness-db-rw.sparkyfitness.svc.cluster.local
|
||||||
port: 5432
|
port: 5432
|
||||||
database: sparkyfitness
|
database: sparkyfitness
|
||||||
auth:
|
auth:
|
||||||
existingSecret: sparkyfitness-db-secret
|
existingSecret: sparkyfitness-db-secret
|
||||||
# keys: username, password
|
|
||||||
|
|
||||||
server:
|
server:
|
||||||
secrets:
|
secrets:
|
||||||
existingSecret: sparkyfitness-app-secret
|
existingSecret: sparkyfitness-app-secret
|
||||||
# keys: api_encryption_key, better_auth_secret
|
|
||||||
appDatabase:
|
appDatabase:
|
||||||
existingSecret: sparkyfitness-appdb-secret
|
existingSecret: sparkyfitness-appdb-secret
|
||||||
# keys: username, password
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
@@ -47,17 +42,8 @@ spec:
|
|||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 500m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
service:
|
port: 8080
|
||||||
port: 8080
|
|
||||||
containerPort: 8080
|
|
||||||
livenessProbe:
|
|
||||||
httpGet:
|
|
||||||
port: 8080
|
|
||||||
readinessProbe:
|
|
||||||
httpGet:
|
|
||||||
port: 8080
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 50m
|
cpu: 50m
|
||||||
@@ -65,21 +51,17 @@ spec:
|
|||||||
limits:
|
limits:
|
||||||
cpu: 200m
|
cpu: 200m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
|
|
||||||
config:
|
config:
|
||||||
garmin:
|
garmin:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
httpRoute:
|
httpRoute:
|
||||||
enabled: true
|
enabled: true
|
||||||
hostname: sparkyfitness.net-scope.org # <-- anpassen
|
hostname: sparkyfitness.net-scope.org
|
||||||
parentRef:
|
parentRef:
|
||||||
name: homelab-gateway # <-- ggf. anpassen
|
name: homelab-gateway
|
||||||
namespace: gateway
|
namespace: gateway
|
||||||
sectionName: https
|
sectionName: https
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
networkPolicy:
|
networkPolicy:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user