Skip to content

Commit

Permalink
Deploy the service to the publishing cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
asparuhft committed Jan 30, 2024
1 parent 7eefaf3 commit 4a028c2
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 97 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@Library('k8s-pipeline-lib') _

pacEntryPointForJenkinsfile()
uppEntryPointForJenkinsfile()

This file was deleted.

This file was deleted.

55 changes: 0 additions & 55 deletions helm/draft-annotations-api/templates/IngressRoute.yaml

This file was deleted.

24 changes: 2 additions & 22 deletions helm/draft-annotations-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,8 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Chart.Version }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: ANNOTATIONS_RW_ENDPOINT
value: "http://generic-rw-aurora:8080"
- name: ANNOTATIONS_ENDPOINT
valueFrom:
configMapKeyRef:
name: global-config
key: annotations-endpoint
- name: HTTP_TIMEOUT
valueFrom:
configMapKeyRef:
name: timeout-config
key: draft-annotations-api-timeout
- name: INTERNAL_CONCORDANCES_ENDPOINT
valueFrom:
configMapKeyRef:
name: global-config
key: internal-concordances-endpoint
- name: DELIVERY_BASIC_AUTH
valueFrom:
secretKeyRef:
name: doppler-global-secrets
key: UPP_DELIVERY_CLUSTER_BASIC_AUTH
- name: NATIVE_RW_ADDRESS
value: "http://nativerw:8080"
ports:
- containerPort: 8080
livenessProbe:
Expand Down
9 changes: 0 additions & 9 deletions helm/draft-annotations-api/templates/traefik-middlewares.yaml

This file was deleted.

0 comments on commit 4a028c2

Please sign in to comment.