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