Skip to content

Instantly share code, notes, and snippets.

View rafagsiqueira's full-sized avatar

Rafael Guimaraes Siqueira rafagsiqueira

  • United Nations
  • New York
View GitHub Profile
# Access to xplore
resource "kubernetes_network_policy" "allow_ingress_xplore_backend" {
metadata {
name = "allow-ingress-xplore"
namespace = "backend"
}
spec {
pod_selector {
match_labels = {
app = "xplore"