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:
|
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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue