mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 09:44:29 +00:00
authority-prole-auth deployment had no Service. Create knoe-auth ClusterIP service selecting app=authority-prole-auth on port 8080 — consistent with Kong's knoe-auth route URL. Update nginx configmap to use the same FQDN.
14 lines
214 B
YAML
14 lines
214 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: knoe-auth
|
|
namespace: knoe-system
|
|
spec:
|
|
selector:
|
|
app: authority-prole-auth
|
|
ports:
|
|
- name: http
|
|
port: 8080
|
|
targetPort: 8080
|
|
type: ClusterIP
|