apiVersion: apps/v1 kind: Deployment metadata: name: gateway namespace: ruoyi spec: replicas: 1 selector: matchLabels: app: gateway template: metadata: labels: app: gateway spec: containers: - name: gateway image: gateway-runtime imagePullPolicy: Never ports: - containerPort: 8080 name: http