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:
- ATUIN_HOST="0.0.0.0"
- ATUIN_PORT="8888"
- ATUIN_OPEN_REGISTRATION="true"
- ATUIN_OPEN_REGISTRATION="false"

View file

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

View file

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