Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
Fixes #9 added targetPort to HAProxy and license config to YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
Santosh committed Jul 17, 2019
1 parent a7f31db commit 735fd78
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion openshift/dotCMS-OpenShift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,10 @@ items:
volumes:
- name: cmsshared
persistentVolumeClaim:
claimName: cms-shared-pvc
claimName: cms-shared-pvc
- name: licensefile
configMap:
name: dotcmslicensepack
containers:
- name: dotcms
image: 172.30.1.1:5000/dotcms/dotcms-openshift
Expand All @@ -315,6 +318,9 @@ items:
volumeMounts:
- name: cmsshared
mountPath: /data/shared
- name: licensefile
mountPath: "/data/shared/assets/license.zip"
subPath: "license.zip"
restartPolicy: Always
- apiVersion: v1
kind: Service
Expand Down Expand Up @@ -360,6 +366,7 @@ items:
ports:
- name: http
port: 80
targetPort: 8080
- name: https
port: 443
type: LoadBalancer
Expand Down

0 comments on commit 735fd78

Please sign in to comment.