From 76708b98daef2ccdcadf664c84ebb928da009a33 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Sun, 15 Feb 2026 17:55:27 -0700 Subject: [PATCH] no proxy --- .../proxy-ingress/copilot-proxy-ingress.yml | 106 +++++++++--------- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/kubernetes/proxy-ingress/copilot-proxy-ingress.yml b/kubernetes/proxy-ingress/copilot-proxy-ingress.yml index 509d511..d9cd842 100644 --- a/kubernetes/proxy-ingress/copilot-proxy-ingress.yml +++ b/kubernetes/proxy-ingress/copilot-proxy-ingress.yml @@ -1,53 +1,53 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: copilot-ingress - namespace: projects - annotations: - cert-manager.io/cluster-issuer: cloudflare-issuer -spec: - ingressClassName: nginx - tls: - - hosts: - - copilot.alexmickelson.guru - secretName: copilot-tls-cert - rules: - - host: copilot.alexmickelson.guru - http: - paths: - - path: / - pathType: Prefix - backend: - service: - name: copilot - port: - number: 4444 ---- -apiVersion: v1 -kind: Service -metadata: - name: copilot - namespace: projects -spec: - ports: - - port: 4444 - targetPort: 4444 - protocol: TCP ---- -apiVersion: discovery.k8s.io/v1 -kind: EndpointSlice -metadata: - name: copilot - namespace: projects - labels: - kubernetes.io/service-name: copilot -addressType: IPv4 -ports: -- name: http - port: 4444 - protocol: TCP -endpoints: -- addresses: - - 100.122.128.107 - conditions: - ready: true +# apiVersion: networking.k8s.io/v1 +# kind: Ingress +# metadata: +# name: copilot-ingress +# namespace: projects +# annotations: +# cert-manager.io/cluster-issuer: cloudflare-issuer +# spec: +# ingressClassName: nginx +# tls: +# - hosts: +# - copilot.alexmickelson.guru +# secretName: copilot-tls-cert +# rules: +# - host: copilot.alexmickelson.guru +# http: +# paths: +# - path: / +# pathType: Prefix +# backend: +# service: +# name: copilot +# port: +# number: 4444 +# --- +# apiVersion: v1 +# kind: Service +# metadata: +# name: copilot +# namespace: projects +# spec: +# ports: +# - port: 4444 +# targetPort: 4444 +# protocol: TCP +# --- +# apiVersion: discovery.k8s.io/v1 +# kind: EndpointSlice +# metadata: +# name: copilot +# namespace: projects +# labels: +# kubernetes.io/service-name: copilot +# addressType: IPv4 +# ports: +# - name: http +# port: 4444 +# protocol: TCP +# endpoints: +# - addresses: +# - 100.122.128.107 +# conditions: +# ready: true