diff --git a/durpapi/templates/deployment.yaml b/durpapi/templates/deployment.yaml index ecaca91..7dcf5f5 100644 --- a/durpapi/templates/deployment.yaml +++ b/durpapi/templates/deployment.yaml @@ -19,6 +19,9 @@ spec: - name: durpapi image: ghcr.io/developerdurp/durpapi:latest imagePullPolicy: Always + ports: + - name: http + containerPort: 8080 envFrom: - secretRef: name: durpapi-secret \ No newline at end of file