28 lines
660 B
YAML
28 lines
660 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
abinitio/deployment: authgateway
|
|
app.kubernetes.io/instance: authgateway
|
|
app.kubernetes.io/managed-by: Helm
|
|
app.kubernetes.io/name: authgateway
|
|
app.kubernetes.io/part-of: AbInitio
|
|
app.kubernetes.io/version: 4.4.1
|
|
helm.sh/chart: authgateway-2.4.3-a
|
|
name: authgateway
|
|
namespace: abinitio
|
|
spec:
|
|
ports:
|
|
- name: http
|
|
port: 8080
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
selector:
|
|
app.kubernetes.io/instance: authgateway
|
|
app.kubernetes.io/name: authgateway
|
|
sessionAffinity: ClientIP
|
|
sessionAffinityConfig:
|
|
clientIP:
|
|
timeoutSeconds: 86400
|
|
type: ClusterIP
|