imfreedom/k8s-cluster

f55a3644ac8f
Parents bf462e8192ae
Children 48ca2cf31d68
Update the port for the new image for reaperworld.com
--- a/50-reaperworld.com/manifest.yaml Mon Jan 23 00:50:21 2023 -0600
+++ b/50-reaperworld.com/manifest.yaml Thu Feb 02 07:33:24 2023 -0600
@@ -37,7 +37,7 @@
kind: Rule
services:
- name: www
- port: 3000
+ port: 80
middlewares:
- name: https-redirect
---
@@ -53,7 +53,7 @@
kind: Rule
services:
- name: www
- port: 3000
+ port: 80
middlewares:
- name: common-headers
- name: hsts-headers
@@ -81,7 +81,7 @@
app: www
spec:
ports:
- - port: 3000
+ - port: 80
protocol: TCP
selector:
app: www
@@ -106,7 +106,7 @@
app: traefik
role: controller
ports:
- - port: 3000
+ - port: 80
protocol: TCP
---
apiVersion: policy/v1
@@ -157,7 +157,7 @@
image: rwgrim/www.reaperworld.com:latest
imagePullPolicy: Always
ports:
- - containerPort: 3000
+ - containerPort: 80
resources:
limits:
cpu: 50m