This commit is contained in:
Simen Røstvik 2022-12-08 10:23:33 +01:00
parent f7303bf758
commit 6b4dd77dd5

View File

@ -29,14 +29,14 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: searxng
name: zeus
spec:
type: ClusterIP
selector:
app: searxng
app: zeus
ports:
- port: 8080
targetPort: 8080
- port: 7878
targetPort: 7878
---
apiVersion: networking.k8s.io/v1
kind: Ingress