Fixup port names and lockdown atuin
This commit is contained in:
parent
61bd4a4e4c
commit
6d6580c252
3 changed files with 9 additions and 9 deletions
|
@ -89,4 +89,4 @@ configMapGenerator:
|
|||
literals:
|
||||
- ATUIN_HOST="0.0.0.0"
|
||||
- ATUIN_PORT="8888"
|
||||
- ATUIN_OPEN_REGISTRATION="true"
|
||||
- ATUIN_OPEN_REGISTRATION="false"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue