Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Created March 6, 2025 16:55
Show Gist options
  • Save vfarcic/bf6e9aa7a5cb3640888f1f9e24b2829c to your computer and use it in GitHub Desktop.
Save vfarcic/bf6e9aa7a5cb3640888f1f9e24b2829c to your computer and use it in GitHub Desktop.
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
dev.okteto.com/generate-host: "true"
ingress.kubernetes.io/ssl-redirect: "false"
kubectl.kubernetes.io/last-applied-configuration: '{"apiVersion":"networking.k8s.io/v1","kind":"Ingress","metadata":{"annotations":{"dev.okteto.com/generate-host":"true","ingress.kubernetes.io/ssl-redirect":"false"},"labels":{"app.kubernetes.io/name":"silly-demo"},"name":"silly-demo","namespace":"staging"},"spec":{"ingressClassName":"contour","rules":[{"host":"staging.silly-demo.34.74.187.90.nip.io","http":{"paths":[{"backend":{"service":{"name":"silly-demo","port":{"number":8080}}},"path":"/","pathType":"ImplementationSpecific"}]}}]}}'
creationTimestamp: "2025-03-06T15:33:29Z"
generation: 1
labels:
app.kubernetes.io/name: silly-demo
name: silly-demo
namespace: staging
resourceVersion: "37382"
uid: 47e53dcb-ace7-4465-9667-764dfb2413bd
spec:
ingressClassName: contour
rules:
- host: staging.silly-demo.34.74.187.90.nip.io
http:
paths:
- backend:
service:
name: silly-demo
port:
number: 8080
path: /
pathType: ImplementationSpecific
status:
loadBalancer:
ingress:
- ip: 34.74.187.90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment