Spaces:
Configuration error
Configuration error
File size: 245 Bytes
000e62a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | apiVersion: v1
kind: Service
metadata:
name: arf-api
namespace: arf-system
labels:
app: arf-api
spec:
type: ClusterIP
ports:
- port: 8000
targetPort: 8000
protocol: TCP
name: http
selector:
app: arf-api
|