infra/helm/platform/templates/gateway-deployment.yaml
Metadata
- Purpose: Kubernetes Helm chart template or values configuration.
- Domain:
infrastructure - Language:
yaml - Bytes: 2327
- Lines: 85
- Content hash (short):
e20dc34a - Source (start): infra/helm/platform/templates/gateway-deployment.yaml:1
- Source (end): infra/helm/platform/templates/gateway-deployment.yaml:85
Indexed Symbols
No indexed functions/methods detected in this file.
Markdown Headings (if applicable)
No markdown headings detected.
Source Preview
{{- if .Values.gateway.enabled }}
apiVersion: apps/v1
kind: Deployment
metadata:
name: anchor-gateway
namespace: {{ .Values.namespace.name }}
labels:
app.kubernetes.io/name: anchor-gateway
anchor.io/environment: {{ .Values.global.environment | quote }}
spec:
replicas: {{ .Values.gateway.replicaCount }}
selector:
matchLabels:
app.kubernetes.io/name: anchor-gateway
template:
metadata:
labels:
app.kubernetes.io/name: anchor-gateway
spec:
serviceAccountName: {{ .Values.global.serviceAccountName }}
automountServiceAccountToken: false
securityContext:
runAsNonRoot: true
runAsUser: 10001
runAsGroup: 10001