revert changes of manual tests
This commit is contained in:
parent
6984ab1738
commit
f3eaa8cf23
|
|
@ -1,7 +1,7 @@
|
||||||
image:
|
image:
|
||||||
registry: registry.opensource.zalan.do
|
registry: registry.opensource.zalan.do
|
||||||
repository: acid/postgres-operator
|
repository: acid/postgres-operator
|
||||||
tag: v1.5.0-79-ged80fc7c-dirty
|
tag: v1.5.0
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
|
|
||||||
# Optionally specify an array of imagePullSecrets.
|
# Optionally specify an array of imagePullSecrets.
|
||||||
|
|
|
||||||
|
|
@ -145,19 +145,19 @@ spec:
|
||||||
- name: date
|
- name: date
|
||||||
image: busybox
|
image: busybox
|
||||||
command: [ "/bin/date" ]
|
command: [ "/bin/date" ]
|
||||||
sidecars:
|
# sidecars:
|
||||||
- name: "telegraf-sidecar"
|
# - name: "telegraf-sidecar"
|
||||||
image: "telegraf:latest"
|
# image: "telegraf:latest"
|
||||||
resources:
|
# resources:
|
||||||
limits:
|
# limits:
|
||||||
cpu: 500m
|
# cpu: 500m
|
||||||
memory: 500Mi
|
# memory: 500Mi
|
||||||
requests:
|
# requests:
|
||||||
cpu: 100m
|
# cpu: 100m
|
||||||
memory: 100Mi
|
# memory: 100Mi
|
||||||
env:
|
# env:
|
||||||
- name: "USEFUL_VAR"
|
# - name: "USEFUL_VAR"
|
||||||
value: "perhaps-true"
|
# value: "perhaps-true"
|
||||||
|
|
||||||
# Custom TLS certificate. Disabled unless tls.secretName has a value.
|
# Custom TLS certificate. Disabled unless tls.secretName has a value.
|
||||||
tls:
|
tls:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue