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