Fixup port names and lockdown atuin

This commit is contained in:
JLP 2025-01-31 16:14:15 -05:00
parent 61bd4a4e4c
commit 6d6580c252
No known key found for this signature in database
GPG key ID: 414E00D1FF7519DC
3 changed files with 9 additions and 9 deletions

View file

@ -89,4 +89,4 @@ configMapGenerator:
literals: literals:
- ATUIN_HOST="0.0.0.0" - ATUIN_HOST="0.0.0.0"
- ATUIN_PORT="8888" - ATUIN_PORT="8888"
- ATUIN_OPEN_REGISTRATION="true" - ATUIN_OPEN_REGISTRATION="false"

View file

@ -11,23 +11,23 @@ spec:
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 3000 - containerPort: 3000
name: web name: gotenburg
livenessProbe: livenessProbe:
httpGet: httpGet:
scheme: HTTP scheme: HTTP
path: /health path: /health
port: web port: gotenburg
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 10 periodSeconds: 10
readinessProbe: readinessProbe:
httpGet: httpGet:
scheme: HTTP scheme: HTTP
path: /health path: /health
port: web port: gotenburg
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
startupProbe: startupProbe:
httpGet: httpGet:
scheme: HTTP scheme: HTTP
path: /health path: /health
port: web port: gotenburg

View file

@ -11,23 +11,23 @@ spec:
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- containerPort: 9998 - containerPort: 9998
name: web name: tika
livenessProbe: livenessProbe:
httpGet: httpGet:
scheme: HTTP scheme: HTTP
path: / path: /
port: web port: tika
initialDelaySeconds: 60 initialDelaySeconds: 60
periodSeconds: 10 periodSeconds: 10
readinessProbe: readinessProbe:
httpGet: httpGet:
scheme: HTTP scheme: HTTP
path: / path: /
port: web port: tika
initialDelaySeconds: 30 initialDelaySeconds: 30
periodSeconds: 10 periodSeconds: 10
startupProbe: startupProbe:
httpGet: httpGet:
scheme: HTTP scheme: HTTP
path: / path: /
port: web port: tika