Skip to content
Snippets Groups Projects
fdp-api.yaml 456 B
apiVersion: apps/v1
kind: Deployment
metadata:
  name: fdp-api
  namespace: f2ds  
  labels:
    app: fdp
    tier: back
spec:
  replicas: 1
  selector:
    matchLabels:
      app: fdp
      tier: back
  template:
    metadata:
      labels:
        app: fdp
        tier: back
    spec:
      containers:
        - name: fdp-api
          image: cines/cines-fdp:vb3
          ports:
            - name: http
              containerPort: 80