💄 Fixes file formatting
This commit is contained in:
parent
4cff09e3c9
commit
a3ea1feb46
@ -29,7 +29,7 @@ spec:
|
|||||||
limits:
|
limits:
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
livenessProbe:
|
livenessProbe: # if liveness fails, container is restarted
|
||||||
httpGet:
|
httpGet:
|
||||||
port: 3000
|
port: 3000
|
||||||
path: /
|
path: /
|
||||||
|
@ -7,7 +7,6 @@ spec:
|
|||||||
app: porty
|
app: porty
|
||||||
ports:
|
ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 3000
|
port: 3000 # this is the port the users will access, so probably should be 80
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user