removing deployment_type jina cond.

This commit is contained in:
Leonardo Rossetti 2022-06-13 14:01:03 -03:00 committed by lrossett
parent 91ccdea73f
commit 44c8d7d42d
2 changed files with 0 additions and 6 deletions

View file

@ -25,7 +25,6 @@ data:
Require valid-user
</LimitExcept>
</Location>
{% if deployment_type is defined and deployment_type not in ['local', 'dev'] %}
---
apiVersion: v1
kind: ConfigMap
@ -47,4 +46,3 @@ data:
ca_cert = "/etc/pki/rabbitmq/ca/resultsdb.ca"
keyfile = "/etc/pki/rabbitmq/key/resultsdb.key"
certfile = "/etc/pki/rabbitmq/crt/resultsdb.crt"
{% endif %}

View file

@ -69,7 +69,6 @@ spec:
- name: httpd-config-volume
mountPath: /etc/httpd/conf.d
readOnly: true
{% if deployment_type is defined and deployment_type not in ['local', 'dev']%}
- name: fedora-messaging-ca-volume
mountPath: /etc/pki/rabbitmq/ca
readOnly: true
@ -82,7 +81,6 @@ spec:
- name: fedora-messaging-config-volume
mountPath: /etc/fedora-messaging
readOnly: true
{% endif %}
readinessProbe:
timeoutSeconds: 1
initialDelaySeconds: 5
@ -109,7 +107,6 @@ spec:
- name: httpd-config-volume
configMap:
name: "resultsdb-httpd-config"
{% if deployment_type is defined and deployment_type not in ['local', 'dev']%}
- name: fedora-messaging-config-volume
configMap:
name: fedora-messaging-configmap
@ -122,6 +119,5 @@ spec:
- name: fedora-messaging-key-volume
secret:
secretName: resultsdb-fedora-messaging-key
{% endif %}
triggers:
- type: ConfigChange