From b8845b615be19912ce5d36900956bafe6b3ae7f3 Mon Sep 17 00:00:00 2001 From: siddharth Date: Sat, 28 May 2022 15:33:06 -0400 Subject: update peach.yaml --- peach.yaml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/peach.yaml b/peach.yaml index efeff91..0e97f7b 100644 --- a/peach.yaml +++ b/peach.yaml @@ -16,6 +16,24 @@ spec: spec: containers: - name: peach - image: public.ecr.aws/w3h8c8i8/peach:20220523000158 + image: public.ecr.aws/w3h8c8i8/peach:20220528135201 ports: - - containerPort: 8151 + - containerPort: 8151 + name: peach-port + env: + - name: PEACH_PHOTON_URL + value: https://photon.komoot.io +--- +apiVersion: v1 +kind: Service +metadata: + name: peach-service +spec: + type: NodePort + selector: + app: peach + ports: + - protocol: TCP + port: 8151 + targetPort: peach-port + nodePort: 30151 -- cgit v1.2.3