mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-07-24 07:20:58 -04:00
🍕 Add a quick definition of k8s and fix dockerfile
This commit is contained in:
parent
f3f7a67271
commit
7058dc1b44
3 changed files with 22 additions and 22 deletions
|
@ -1,5 +1,5 @@
|
|||
FROM node:4.4
|
||||
MAINTAINER "bt3"
|
||||
MAINTAINER "Mia von Steinkirch"
|
||||
|
||||
EXPOSE 1337
|
||||
|
||||
|
|
|
@ -15,4 +15,4 @@ spec:
|
|||
ports:
|
||||
- containerPort: 1337
|
||||
imagePullSecrets:
|
||||
- name: <encrypted password your container registry>
|
||||
- name: <encrypted password for your container registry>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue