fix
This commit is contained in:
@@ -166,7 +166,7 @@ options:
|
||||
rabbit:
|
||||
registry: docker.io
|
||||
repository: rabbitmq
|
||||
tag: 3.13.3-management-alpine
|
||||
tag: 3.11.28-management-alpine
|
||||
examples:
|
||||
- back:
|
||||
pull_policy: IfNotPresent
|
||||
@@ -200,7 +200,7 @@ options:
|
||||
rabbit:
|
||||
registry: docker.io
|
||||
repository: rabbitmq
|
||||
tag: 3.13.3-management-alpine
|
||||
tag: 3.11.28-management-alpine
|
||||
properties:
|
||||
back:
|
||||
default:
|
||||
@@ -342,7 +342,7 @@ options:
|
||||
default:
|
||||
registry: docker.io
|
||||
repository: rabbitmq
|
||||
tag: 3.13.3-management-alpine
|
||||
tag: 3.11.28-management-alpine
|
||||
properties:
|
||||
registry:
|
||||
default: docker.io
|
||||
@@ -351,7 +351,7 @@ options:
|
||||
default: rabbitmq
|
||||
type: string
|
||||
tag:
|
||||
default: 3.13.3-management-alpine
|
||||
default: 3.11.28-management-alpine
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
|
||||
@@ -268,20 +268,20 @@ resource "kubectl_manifest" "Deployment_taiga-back" {
|
||||
httpGet:
|
||||
path: /api/v1/
|
||||
port: 8000
|
||||
initialDelaySeconds: 20
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 5
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 20
|
||||
timeoutSeconds: 10
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
failureThreshold: 5
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /api/v1/
|
||||
port: 8000
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
timeoutSeconds: 1
|
||||
periodSeconds: 20
|
||||
timeoutSeconds: 10
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
failureThreshold: 5
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
|
||||
Reference in New Issue
Block a user