Compare commits
1 Commits
33886c486f
...
main
Author | SHA1 | Date | |
---|---|---|---|
9ddb30771d
|
@ -2,4 +2,3 @@ FROM nginx:latest
|
|||||||
COPY cats /usr/share/nginx/html/cats
|
COPY cats /usr/share/nginx/html/cats
|
||||||
COPY nginx.conf /etc/nginx/nginx.conf
|
COPY nginx.conf /etc/nginx/nginx.conf
|
||||||
COPY default.conf /etc/nginx/conf.d/default.conf
|
COPY default.conf /etc/nginx/conf.d/default.conf
|
||||||
EXPOSE 80
|
|
||||||
|
@ -16,7 +16,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: caas
|
- name: caas
|
||||||
image: git.kill0.net/ryanc/caas:latest
|
image: git.kill0.net/ryanc/caas:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
|
Reference in New Issue
Block a user