Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

budgetflow.dat

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    minikube-netpol.yaml 461 B
    hub:
      networkPolicy:
        enabled: true
    
    proxy:
      networkPolicy:
        enabled: true
    
    singleuser:
      networkPolicy:
        enabled: true
        # Block all egress apart from DNS and jupyter.org
        # CIDR must match the allowed URL in test_singleuser_netpol
        egress:
          - ports:
            - port: 53
              protocol: UDP
          - to:
            - ipBlock:
                cidr: 104.28.9.110/32
            - ipBlock:
                cidr: 104.28.8.110/32
    
    debug:
      enabled: true