removing deployment_type jina cond.
This commit is contained in:
parent
91ccdea73f
commit
44c8d7d42d
2 changed files with 0 additions and 6 deletions
|
@ -25,7 +25,6 @@ data:
|
||||||
Require valid-user
|
Require valid-user
|
||||||
</LimitExcept>
|
</LimitExcept>
|
||||||
</Location>
|
</Location>
|
||||||
{% if deployment_type is defined and deployment_type not in ['local', 'dev'] %}
|
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ConfigMap
|
kind: ConfigMap
|
||||||
|
@ -47,4 +46,3 @@ data:
|
||||||
ca_cert = "/etc/pki/rabbitmq/ca/resultsdb.ca"
|
ca_cert = "/etc/pki/rabbitmq/ca/resultsdb.ca"
|
||||||
keyfile = "/etc/pki/rabbitmq/key/resultsdb.key"
|
keyfile = "/etc/pki/rabbitmq/key/resultsdb.key"
|
||||||
certfile = "/etc/pki/rabbitmq/crt/resultsdb.crt"
|
certfile = "/etc/pki/rabbitmq/crt/resultsdb.crt"
|
||||||
{% endif %}
|
|
||||||
|
|
|
@ -69,7 +69,6 @@ spec:
|
||||||
- name: httpd-config-volume
|
- name: httpd-config-volume
|
||||||
mountPath: /etc/httpd/conf.d
|
mountPath: /etc/httpd/conf.d
|
||||||
readOnly: true
|
readOnly: true
|
||||||
{% if deployment_type is defined and deployment_type not in ['local', 'dev']%}
|
|
||||||
- name: fedora-messaging-ca-volume
|
- name: fedora-messaging-ca-volume
|
||||||
mountPath: /etc/pki/rabbitmq/ca
|
mountPath: /etc/pki/rabbitmq/ca
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
@ -82,7 +81,6 @@ spec:
|
||||||
- name: fedora-messaging-config-volume
|
- name: fedora-messaging-config-volume
|
||||||
mountPath: /etc/fedora-messaging
|
mountPath: /etc/fedora-messaging
|
||||||
readOnly: true
|
readOnly: true
|
||||||
{% endif %}
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
|
@ -109,7 +107,6 @@ spec:
|
||||||
- name: httpd-config-volume
|
- name: httpd-config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: "resultsdb-httpd-config"
|
name: "resultsdb-httpd-config"
|
||||||
{% if deployment_type is defined and deployment_type not in ['local', 'dev']%}
|
|
||||||
- name: fedora-messaging-config-volume
|
- name: fedora-messaging-config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: fedora-messaging-configmap
|
name: fedora-messaging-configmap
|
||||||
|
@ -122,6 +119,5 @@ spec:
|
||||||
- name: fedora-messaging-key-volume
|
- name: fedora-messaging-key-volume
|
||||||
secret:
|
secret:
|
||||||
secretName: resultsdb-fedora-messaging-key
|
secretName: resultsdb-fedora-messaging-key
|
||||||
{% endif %}
|
|
||||||
triggers:
|
triggers:
|
||||||
- type: ConfigChange
|
- type: ConfigChange
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue