expose port 80

This commit is contained in:
2018-10-01 08:59:48 -04:00
parent 252357ff66
commit 29aad33242
2 changed files with 5 additions and 3 deletions
-3
View File
@@ -40,9 +40,6 @@ RUN echo "deb http://apt.kubernetes.io/ kubernetes-xenial main" | tee -a /etc/ap
RUN apt-get update
RUN apt-get install -y kubectl
RUN mkdir -p /tmp/buildpacks
# VOLUME /opt/buildpacks
COPY . /app
# -- Install dependencies:
+5
View File
@@ -205,6 +205,11 @@ metadata:
name: bruce-operator
spec:
clusterIP: None
ports:
- name: operator-http
port: 80
# nodePort: 80
targetPort: 0
selector:
io.kompose.service: bruce-operator
status: