Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What should be the image name in the deployment #148

Closed
mabroorcc opened this issue Sep 7, 2021 · 1 comment
Closed

What should be the image name in the deployment #148

mabroorcc opened this issue Sep 7, 2021 · 1 comment
Labels
idle Inactive for 14 days

Comments

@mabroorcc
Copy link

What should be the specified image name in manifest/deployment.yml file as it is going to get replaced by the latest computed name. What should i put in place of the image

# Deployment for the app
apiVersion: apps/v1
kind: Deployment
metadata:
  name: app-depl
  labels:
    app: app-depl
spec:
  selector:
    matchLabels:
      app: app-pod
  template:
    metadata:
      name: app-pod
      labels:
        app: app-pod
    spec:
      containers:
        - name: app-c
           image: *************
           ports:
            - containerPort: 3000
              name: port-c-port

what should i put in place of starts so that they get replaced by the new image link.
right now it says image name is invalid.

@github-actions
Copy link

This issue is idle because it has been open for 14 days with no activity.

@github-actions github-actions bot added the idle Inactive for 14 days label Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idle Inactive for 14 days
Projects
None yet
Development

No branches or pull requests

1 participant