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

Episode 6, K8S 1.23.3 #38

Closed
dsaul opened this issue Feb 17, 2022 · 1 comment
Closed

Episode 6, K8S 1.23.3 #38

dsaul opened this issue Feb 17, 2022 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@dsaul
Copy link

dsaul commented Feb 17, 2022

Hi Jeff,

In episode 6 I had to use the following ingress yml file instead of the one provided to get it to work, looks like the format has changed.

Regards,
Dan Saul

---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
  name: drupal
  namespace: drupal
  annotations:
    kubernetes.io/ingress.class: nginx
spec:
  rules:
  - host: example.com
    http:
      paths:
      - path: /
        pathType: Prefix
        backend:
          service:
            name: drupal
            port:
              number: 80
@geerlingguy
Copy link
Owner

Please see #24 :)

@geerlingguy geerlingguy added the duplicate This issue or pull request already exists label Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants